Skip to content

Commit ff3594c

Browse files
committed
learner -> control
1 parent b4bb48f commit ff3594c

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
@@ -574,7 +574,7 @@ def test_saving(learner_type, f, learner_kwargs):
574574
np.testing.assert_almost_equal(learner.loss(), control.loss())
575575

576576
# Try if the control is runnable
577-
simple_run(learner, 200)
577+
simple_run(control, 200)
578578
finally:
579579
os.remove(path)
580580

0 commit comments

Comments
 (0)