-
Notifications
You must be signed in to change notification settings - Fork 47
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
Feature synthetic data #482
Conversation
…yPESTO into feature_synthetic_data
Codecov Report
@@ Coverage Diff @@
## develop #482 +/- ##
===========================================
+ Coverage 90.49% 90.52% +0.02%
===========================================
Files 70 70
Lines 4062 4062
===========================================
+ Hits 3676 3677 +1
+ Misses 386 385 -1
Continue to review full report at Codecov.
|
Ready for review, but merging will be delayed as this PR requires the next AMICI release |
This PR is now in a state that I would merge (if approved) |
To use this, the
feature_synthetic_data
branch of AMICI and PEtab (and pyPESTO for the example) should be used together.Implementation in AMICI: PR
Example optimisation with synthetic data: notebook, PR
PEtab base class: code, PR