PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Fix validation for output parameters columns in the condition table #161

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

Parameters introduced via observableFormula or noiseFormula are allowed to occur as condition table columns. This was not handled correctly by petablint.

Parameters introduced via observableFormula or noiseFormula are only required in the parameter table if they are not already overridden for all conditions. This was not handled correctly by petablint.