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 4c6b8fb commit 9a3f8b9Copy full SHA for 9a3f8b9
adaptive/tests/test_average_learner.py
@@ -59,8 +59,6 @@ def constant_function(seed):
59
)
60
simple(learner, lambda l: l.loss() < 1)
61
assert learner.npoints >= max(2, min_npoints)
62
- assert abs(learner.sum_f - values.sum()) < 1e-13
63
- assert abs(learner.std - std) < 1e-13
64
65
66
def test_zero_mean():
0 commit comments