From 8a09c968a28d0b140450a277bbc277cc2fd3a84c Mon Sep 17 00:00:00 2001 From: Olivia Houghton Date: Mon, 27 Jan 2025 12:02:42 +0100 Subject: [PATCH] Another comment tweak --- tests/basemath_analysis/test_basemath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basemath_analysis/test_basemath.py b/tests/basemath_analysis/test_basemath.py index 2a8fa95..5d14408 100644 --- a/tests/basemath_analysis/test_basemath.py +++ b/tests/basemath_analysis/test_basemath.py @@ -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