Skip to content

Commit 7f7adc9

Browse files
committed
reduce the number of points for the BalancingLearner test
1 parent a5c7cbb commit 7f7adc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/tests/test_learners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def test_balancing_learner(learner_type, f, learner_kwargs):
495495
x = stash.pop()
496496
learner.tell(x, learner.function(x))
497497

498-
assert all(l.npoints > 10 for l in learner.learners), [
498+
assert all(l.npoints > 5 for l in learner.learners), [
499499
l.npoints for l in learner.learners
500500
]
501501

0 commit comments

Comments
 (0)