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
At the moment to check if I have given a model in the input validation for sp, opt, md, I go through the config file and look for model as a keyword. But model is nested in the calc-kwargs keyword, so I don't catch it and get an error even if I have given a model.
So I need to change it to look for the keyword there
The text was updated successfully, but these errors were encountered:
At the moment to check if I have given a model in the input validation for sp, opt, md, I go through the config file and look for model as a keyword. But model is nested in the calc-kwargs keyword, so I don't catch it and get an error even if I have given a model.
So I need to change it to look for the keyword there
The text was updated successfully, but these errors were encountered: