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