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
CrossHair's counterexample does not reproduce in this example:
def arithmetic_op(a, b):
"""
post: True
"""
result = a + b
return result
# actual: /tmp/main.py:5: error: TypeError: when calling arithmetic_op('', '')
# expect: counterexamples like arithmetic_op('', 0)
CrossHair's counterexample does not reproduce in this example:
See also the original report in #234
The text was updated successfully, but these errors were encountered: