Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdenobel committed Nov 4, 2023
1 parent aa29df7 commit a073bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
")"
]
},
Expand Down
1 change: 1 addition & 0 deletions tests/python/test_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_experimenter(self):
],
enforce_bounds=True,
store_positions=True,
old_logger=True
)

def a_problem(x):
Expand Down

0 comments on commit a073bfd

Please sign in to comment.