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 11dbb4d commit 9493e10
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions sumo_pipelines/optimization/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,19 @@ def _update_mean(new_val_dict) -> dict:
if fail_safe:
if local_global_config.Optimization.ObjectiveFn.report_config:
train.report(
_update_mean(
dict(
zip(
local_global_config.Optimization.ObjectiveFn.config.keys(),
[
None,
]
* len(
local_global_config.Optimization.ObjectiveFn.config
),
)
# _update_mean(
dict(
zip(
local_global_config.Optimization.ObjectiveFn.config.keys(),
[
None,
]
* len(
local_global_config.Optimization.ObjectiveFn.config
),
)
)
# )
)
return
else:
Expand Down

0 comments on commit 9493e10

Please sign in to comment.