We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f781b3f commit 515dfbeCopy full SHA for 515dfbe
hypothesis-python/tests/conjecture/test_pareto.py
@@ -73,8 +73,7 @@ def test(data):
73
74
75
def test_database_contains_only_pareto_front():
76
- # TODO seed-hacking to avoid a bug, remove soon
77
- with deterministic_PRNG(seed=0):
+ with deterministic_PRNG():
78
79
def test(data):
80
data.target_observations["1"] = data.draw(st.integers(0, 5))
0 commit comments