Skip to content

Commit

Permalink
fix op
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed May 29, 2024
1 parent 2b70b1e commit 4d40c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptive/tests/test_learner1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,4 @@ def test_inf_loss_with_missing_bounds():
# must be done in parallel because otherwise the bounds will be evaluated first
BlockingRunner(learner, loss_goal=0.01)

assert learner.npoints > 5
assert learner.npoints >= 5

0 comments on commit 4d40c70

Please sign in to comment.