Skip to content

Commit 8a09c96

Browse files
committed
Another comment tweak
1 parent 6ddbefa commit 8a09c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basemath_analysis/test_basemath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_seed_not_provided():
170170
# zero but less than the total requirement risks losing the 'coin flip' to determine whether we crossed the line
171171
# (since we don't control the seed in this test), so we set it to zero to keep the test deterministic
172172
assert basemath.evaluate_experiment(0, 0, 0, 0) == 0
173-
# And now we evaluate with all the samples at once, again deterministic
173+
# And now we evaluate with >=required_samples, again deterministic
174174
assert basemath.evaluate_experiment(0, -10, 0, 50) == -1
175175

176176

0 commit comments

Comments
 (0)