Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Sep 21, 2024
1 parent 1724003 commit dc011fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimas/generators/ax/developer/multitask.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def _create_experiment(self) -> MultiTypeExperiment:

# Register metric in order to be able to save experiment to json file.
_, encoder_registry, decoder_registry = register_metrics(
{AxMetric, None}
{AxMetric: None}
)
self._encoder_registry = encoder_registry
self._decoder_registry = decoder_registry
Expand Down

0 comments on commit dc011fb

Please sign in to comment.