You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the Oasis Models, they give back a Deprecated key in analysis_settings.json warning for the keys model_supplier_id and model_name_id :
Deprecated key in analysis_settings.json, "module_supplier_id" updated to "model_supplier_id"
Deprecated key in analysis_settings.json, "model_version_id" updated to "model_name_id"
Both of these keys have been update in analysis_settings.json, however, this warning persists.
Charlie-Farrar
changed the title
Oasis Models producing 'Deprecated key' warnings after keys are updated
Oasis Models producing Deprecated key warnings after keys are updated
Aug 4, 2023
Issue Description
When running the Oasis Models, they give back a
Deprecated key in analysis_settings.json
warning for the keysmodel_supplier_id
andmodel_name_id
:Both of these keys have been update in
analysis_settings.json
, however, this warning persists.This appears to be originating from:
ODS_Tools/ods_tools/oed/setting_schema.py
Line 136 in cbd95cd
and
ODS_Tools/ods_tools/oed/setting_schema.py
Lines 247 to 253 in cbd95cd
Steps to Reproduce (Bugs only)
oasislmf model run --config oasislmf.json
Version / Environment information
1.28
The text was updated successfully, but these errors were encountered: