-
Notifications
You must be signed in to change notification settings - Fork 12
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
YAML file for grouping PEtab files #183
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #183 +/- ##
===========================================
- Coverage 71.2% 69.05% -2.15%
===========================================
Files 16 18 +2
Lines 1153 1241 +88
Branches 262 280 +18
===========================================
+ Hits 821 857 +36
- Misses 285 335 +50
- Partials 47 49 +2
Continue to review full report at Codecov.
|
@yannikschaelte : How do we want to handle problems with multiple models with |
I would agree to keep the single-anything |
* petab.CompositeProblem * Add from_yaml() to petab.CompositeProblem and petab.Problem * extend petab.Problem for use with multiple measurement files * Cleanup * Adapt petablint for use with yaml file
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.
some comments on the yaml.
Thanks for comments. All done. |
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.
minor stuff
Co-Authored-By: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
Release 0.0.1 Data format: * Update format and documentation with respect to data and parameter scales (#169) * Define YAML schema for grouping PEtab files, also allowing for more complex combinations of files (#183) Library: * Refactor library. Reorganize `petab.core` functions. * Fix visualization w/o condition names #142 * Extend validator * Removed deprecated functions petab.Problem.get_constant_parameters and petab.sbml.constant_species_to_parameters * Minor fixes and extensions
Closes #49
petablint
petab.CompositeProblem
petab.Problem
(only in from_files, merge during loading)To be done, but out of scope here:
CompositeProblem
CompositeProblem