Skip to content

Commit

Permalink
Another comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviagyg committed Jan 27, 2025
1 parent 6ddbefa commit 8a09c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basemath_analysis/test_basemath.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_seed_not_provided():
# zero but less than the total requirement risks losing the 'coin flip' to determine whether we crossed the line
# (since we don't control the seed in this test), so we set it to zero to keep the test deterministic
assert basemath.evaluate_experiment(0, 0, 0, 0) == 0
# And now we evaluate with all the samples at once, again deterministic
# And now we evaluate with >=required_samples, again deterministic
assert basemath.evaluate_experiment(0, -10, 0, 50) == -1


Expand Down

0 comments on commit 8a09c96

Please sign in to comment.