Skip to content

Conversation

@yannikschaelte
Copy link
Member

Library:

Documentation:

Visualization:

erikadudki and others added 14 commits April 24, 2020 16:48
* xValues default is time or DR if only one timepoint

* separate plots by observables, plotIds

Co-Authored-By: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>

* Update petab/visualize/helper_functions.py

Co-Authored-By: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>

* incorporated pr comments

Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
* use codecov action

* tidy up

* try multiple python versions

* restrict libcombine version

* fix version inc
…ues (#430)

* add sorting of indices of dataframes for the correct sorting of x-values

* added sorting also for the time case, then conditions is a numpy array and has to be handled differently

* Update petab/visualize/plotting_config.py
Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
* Make float parsing from CSV round-trip

Change the float parsing behaviour of `pandas.read_csv` to be the same
as in Python (e.g., in Python `float(0.999) == 0.999`).

* Fix flake8 warnings failing CI
* Lint: detect duplicated observable IDs

* Lint: duplicated IDs: better naming and messages
Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
don't try to compare missing columns. Closes #450.
* cont

* cont

* cont

* add noise formulas

* fix formating

* fixup
@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #454 into master will decrease coverage by 0.03%.
The diff coverage is 73.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #454      +/-   ##
==========================================
- Coverage   78.05%   78.02%   -0.04%     
==========================================
  Files          22       22              
  Lines        2183     2225      +42     
  Branches      517      531      +14     
==========================================
+ Hits         1704     1736      +32     
- Misses        355      363       +8     
- Partials      124      126       +2     
Impacted Files Coverage Δ
petab/parameter_mapping.py 68.39% <0.00%> (ø)
petab/sbml.py 51.66% <0.00%> (ø)
petab/visualize/plotting_config.py 56.98% <66.66%> (+0.66%) ⬆️
petab/visualize/helper_functions.py 83.44% <67.85%> (-1.58%) ⬇️
petab/lint.py 77.77% <92.85%> (+0.82%) ⬆️
petab/calculate.py 89.47% <100.00%> (+0.16%) ⬆️
petab/conditions.py 90.47% <100.00%> (ø)
petab/core.py 82.91% <100.00%> (ø)
petab/measurements.py 80.24% <100.00%> (ø)
petab/observables.py 96.61% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f1d7be...68167b6. Read the comment docs.

@yannikschaelte yannikschaelte merged commit 768eb5b into master Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants