-
Suppose I check the following function def f(x: int) -> int:
'''
post: x < __return__
'''
return x + 1 Then in the first iteration, the debug log shows that while executing the function body, CrossHair calls |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! Agree that only one iteration should be needed. Is this the exact code you're using? When I run it, I only get one iteration:
Possibly related to a difference in CrossHair versions? |
Beta Was this translation helpful? Give feedback.
Hi! Agree that only one iteration should be needed. Is this the exact code you're using? When I run it, I only get one iteration: