diff --git a/example/tutorial.ipynb b/example/tutorial.ipynb index f83b7a3d0..36cb15358 100644 --- a/example/tutorial.ipynb +++ b/example/tutorial.ipynb @@ -612,7 +612,8 @@ " iids = [1, 10], # the instances \n", " dims = [2, 10], # the dimensions\n", " reps = 3, # the number of runs,\n", - " zip_output = True \n", + " zip_output = True,\n", + " old_logger = True \n", ")" ] }, diff --git a/tests/python/test_experiment.py b/tests/python/test_experiment.py index 992ee52b8..bde9a316f 100644 --- a/tests/python/test_experiment.py +++ b/tests/python/test_experiment.py @@ -46,6 +46,7 @@ def test_experimenter(self): ], enforce_bounds=True, store_positions=True, + old_logger=True ) def a_problem(x):