You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File ".../crosshair/libimpl/builtinslib.py", line 900, in __abs__returnself._unary_op(lambdav: z3.If(v <0, -v, v))
File ".../crosshair/libimpl/builtinslib.py", line 319, in _unary_opreturnself.__class__(op(self.var), self.python_type)
File ".../crosshair/libimpl/builtinslib.py", line 900, in <lambda>returnself._unary_op(lambdav: z3.If(v <0, -v, v))
TypeError: '<' not supported between instances of 'BoolRef' and 'int'
whereas in Python issubclass(bool, int) and so you can indeed compare them.
whereas in Python
issubclass(bool, int)
and so you can indeed compare them.Originally posted by @Zac-HD in HypothesisWorks/hypothesis#4034 (comment)
The text was updated successfully, but these errors were encountered: