Skip to content

Commit

Permalink
Fix missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed May 30, 2024
1 parent fbf28f0 commit 27c9b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_bespoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def test_packing_algorithm(gid=33):
cap_cost_fun = ""
foc_fun = ""
voc_fun = ""
bos_fun = ""
objective_function = ""
with tempfile.TemporaryDirectory() as td:
res_fp = os.path.join(td, "ri_100_wtk_{}.h5")
Expand All @@ -293,6 +294,7 @@ def test_packing_algorithm(gid=33):
cap_cost_fun,
foc_fun,
voc_fun,
bos_fun,
ga_kwargs={"max_time": 5},
excl_dict=EXCL_DICT,
output_request=output_request,
Expand Down

0 comments on commit 27c9b35

Please sign in to comment.