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
With uninformative message (from config_build.py, called from templates.py, called from config.py):
RuntimeError:
Invalid key in config file; calc_struct_loss
Possibly the template must be specified first, to control how subsequent fields are parsed. This is either a bug or should be clearly documented. (At minimum, since the config is the primary user interface, the error message should be more helpful.)
The text was updated successfully, but these errors were encountered:
These two config files differ only in the list-ordering, but produce different outcomes.
This works:
This fails:
With uninformative message (from
config_build.py
, called fromtemplates.py
, called fromconfig.py
):Possibly the template must be specified first, to control how subsequent fields are parsed. This is either a bug or should be clearly documented. (At minimum, since the config is the primary user interface, the error message should be more helpful.)
The text was updated successfully, but these errors were encountered: