-
Notifications
You must be signed in to change notification settings - Fork 7
v2: Adapt models to changes in prior distributions #378
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #378 +/- ##
===========================================
+ Coverage 74.17% 74.27% +0.10%
===========================================
Files 58 58
Lines 6234 6239 +5
Branches 1084 1082 -2
===========================================
+ Hits 4624 4634 +10
+ Misses 1204 1199 -5
Partials 406 406 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* priorDistribution/priorParameters instead of separate initializationPrior&objectivePrior * additional prior distributions Related to PEtab-dev#374.
dilpath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
| #: Log-normal distribution | ||
| LOG_NORMAL = "log-normal" | ||
| #: Log-uniform distribution. | ||
| LOG_UNIFORM = "log-uniform" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really in-scope for this PR but is log10-uniform missing? I guess this is how we would convert parameterScale=log10 into PEtab v2, or is that just no longer possible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not included in PEtab-dev/PEtab#595. So, so far, it's not available in PEtab v2. Right, I guess we'd need it to upconvert v1 priors. Also log10-laplace. Best to be discussed at https://github.com/PEtab-dev/PEtab.
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
Related to #374.