Skip to content

Commit

Permalink
NEMA split fix
Browse files Browse the repository at this point in the history
Signed-off-by: Max <[email protected]>
  • Loading branch information
mschrader15 committed May 4, 2024
1 parent eb67ce0 commit 11dbb4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sumo_pipelines/optimization/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ def _update_mean(new_val_dict) -> dict:
dict(
zip(
local_global_config.Optimization.ObjectiveFn.config.keys(),
[1e6]
[
None,
]
* len(
local_global_config.Optimization.ObjectiveFn.config
),
Expand Down

0 comments on commit 11dbb4d

Please sign in to comment.