Skip to content

Commit 9435ddc

Browse files
committed
fix point distribution for loss strategy
1 parent c5b5917 commit 9435ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/tests/test_balancing_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_distribute_first_points_over_learners():
3131
points, _ = learner.ask(100)
3232
i_learner, xs = zip(*points)
3333
# assert that are all learners in the suggested points
34-
assert len(set(i_learner)) == len(learners)
34+
assert len(set(i_learner)) == len(learners), strategy
3535

3636

3737
def test_strategies():

0 commit comments

Comments
 (0)