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

Bounds documentation needs clairification #546

Closed shoepfl closed 2 years ago

shoepfl commented 2 years ago

Hey there,

i am confused by the current documentation for the parameter bounds of the PEtab files. The current statemet in the docs is that the bounds "Must be provided in linear space, independent of parameterScale."

From this I would expect that also my given linear bounds are respected, but they are subsequently converted to the parameterScale and therefore the bound i give in linear space is not respected but its transformation to the other scale.

Maybe one sentence for the clairification would be sufficient here, that states one has to be careful here that the given linear bound is not the one that is respected later (but its transformation to the parameterScale).

dweindl commented 2 years ago

Hi @shoepfl, would the proposed changes in https://github.com/PEtab-dev/PEtab/pull/547/files clarify things for you?

shoepfl commented 2 years ago

Thanks @dweindl looks perfekt for me.