Skip to content

Commit a645e8a

Browse files
authored
hotfix: use correct methot create instead of construct (#1090)
1 parent 966083a commit a645e8a

File tree

1 file changed

+1
-1
lines changed
  • packages/common/src/weathergen/common

1 file changed

+1
-1
lines changed

packages/common/src/weathergen/common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def load_model_config(run_id: str, epoch: int | None, model_path: str | None) ->
9797

9898
config = OmegaConf.create(json.loads(json_str))
9999

100-
return _check_logging(config)
100+
return _apply_fixes(config)
101101

102102

103103
def _get_model_config_file_name(run_id: str, epoch: int | None):

0 commit comments

Comments
 (0)