We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f7737 commit 896ac21Copy full SHA for 896ac21
tests/test_estimator.py
@@ -11,4 +11,4 @@ def test_random_observations(num_observations):
11
for _ in range(num_observations):
12
estimator.observe(random.randint(1, 1000) / 100)
13
14
- assert 1 <= estimator.query(0.5) <= estimator.query(0.9) <= estimator.query(0.99) <= 1000
+ assert 0 <= estimator.query(0.5) <= estimator.query(0.9) <= estimator.query(0.99) <= 10
0 commit comments