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
For config files that use config variables for run name, the overriding variables are not considered when binding the variables.
For example, when running patapsco test_config.yml --set queries.psq.path=dummy.dict and the config file is something like
For config files that use config variables for run name, the overriding variables are not considered when binding the variables.
For example, when running
patapsco test_config.yml --set queries.psq.path=dummy.dict
and the config file is something likeThe run name will still be
psq-original.dict
.The variable checks also take place before the overriding variables are put into the config object. Ideally, it should be checked after processing the overriding variables.
https://github.com/hltcoe/patapsco/blob/master/patapsco/config.py#L118
The text was updated successfully, but these errors were encountered: