Esempio n. 1
0
 def constrain_positive(self, regexp, warning=True):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp(), warning=warning)
Esempio n. 2
0
 def constrain_positive(self, regexp):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp())
Esempio n. 3
0
 def constrain_positive(self, regexp):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp())