-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend validator to check if all required parameters are present in parameter table #43
Comments
do we want to also check this with the SBML model? Meaning that all parameters defined in the SBML are present in the parameter sheet? |
All besides the ones appearing as column names in the condition table, yes. |
Model non-placeholder model parameters must be either specified in the condition or parameter table, unless they are AssignmentRule target, in which case they must not occur in either. Check that.
Model non-placeholder model parameters must be either specified in the condition or parameter table, unless they are AssignmentRule target, in which case they must not occur in either. Check that.
Added first part. Check for parameter overrides from measurement table still missing. |
@dweindl has this been addressed sufficiently? |
No, at least not by me or by any commit referencing this issue. |
See also LeonardSchmiester/Benchmark-Models#4 (comment). This is not sufficiently checked yet |
See #42 for what to check.
Should be added to
petab/lint.py
:EDIT: Also check that there are no additional parameters
The text was updated successfully, but these errors were encountered: