PEtab-dev / PEtab

PEtab - an SBML and TSV based data format for parameter estimation problems in systems biology
https://petab.readthedocs.io
MIT License
56 stars 12 forks source link

Clarification of condition table what happens if NaN is provided as a value #542

Open matthiaskoenig opened 2 years ago

matthiaskoenig commented 2 years ago

I.e. on https://petab.readthedocs.io/en/latest/documentation_data_format.html#condition-table The NaN case is listed for speciesID but not for compartmentID and parameterID. It is unclear what happens here, but I assume the initial values of the model should be taken.

The sentence

the values will override any parameter values specified in the model.

reads for me, that you have to set the NaN.

See also discussion in https://github.com/AMICI-dev/AMICI/issues/1796