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
Step one is obviously to write a test which can quickly trigger this bug (e.g. by only passing very large magnitude bounds), but by inspection I'm pretty sure it's somewhere in the following lines:
Hypothesis 3.86.0 made
floats(min_value=inf, allow_infinity=False)an error, because the arguments are contradictory and thus impossible to satisfy.Many test runs later, it turns out that this condition can sometimes be triggered by the following test:
hypothesis/hypothesis-python/tests/cover/test_complex_numbers.py
Lines 96 to 98 in 3c23c07
Step one is obviously to write a test which can quickly trigger this bug (e.g. by only passing very large magnitude bounds), but by inspection I'm pretty sure it's somewhere in the following lines:
hypothesis/hypothesis-python/src/hypothesis/_strategies.py
Lines 2011 to 2021 in 3c23c07
The text was updated successfully, but these errors were encountered: