Skip to content

Commit

Permalink
Fix test_consistent_eval_namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed May 30, 2024
1 parent 9a84daf commit fbf28f0
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 @@ -699,6 +699,7 @@ def test_consistent_eval_namespace(gid=33):
cap_cost_fun = "2000"
foc_fun = "0"
voc_fun = "0"
bos_fun = "0"
objective_function = (
"n_turbines + id(self.wind_plant) "
"+ system_capacity + capital_cost + aep"
Expand All @@ -722,6 +723,7 @@ def test_consistent_eval_namespace(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 fbf28f0

Please sign in to comment.