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
Handle observableTransformation in petab.v1.simulate.sample_noise (#383)
Previously, `petab.v1.simulate.sample_noise` silently ignored `observableTransformation`.
For example, in case of observableTransformation=log and noiseDistribution=normal, it incorrectly sampled from a normal instead of a log-normal distribution.
Fixes#382.
---------
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
0 commit comments