-
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
Update prior definitions; add checks #222
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #222 +/- ##
==========================================
- Coverage 71.91% 71.6% -0.32%
==========================================
Files 18 18
Lines 1517 1331 -186
Branches 377 302 -75
==========================================
- Hits 1091 953 -138
+ Misses 361 322 -39
+ Partials 65 56 -9
Continue to review full report at Codecov.
|
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.
Good
note: a check on the priorType column was added, but priorParameters is not checked yet. |
currently, we write e.g. |
done |
Release 0.1.0 Data format: * Introduce observables table instead of SBML assignment rules for defining observation model (#244) (moves observableTransformation and noiseModel from the measurement table to the observables table) * Allow initial concentrations / sizes in condition table (#238) * Fixes and clarifications in the format documentation * Changes in prior columns of the parameter table (#222) * Introduced separate version number of file format, this release being version 1 Library: * Adaptations to new file formats * Various bugfixes and clean-up, especially in visualization and validator * Parameter mapping changed to include all model parameters and not only those differing from the ones defined inside the SBML model * Introduced constants for all field names and string options, replacing most string literals in the code (#228) * Added unit tests and additional format validation steps * Optional parallelization of parameter mapping (#205) * Extended documentation (in-source and example Jupyter notebooks)
Fixes #218