PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Remove ancient deprecated functions related to specifying observables/noise models inside SBML #140

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

They are obsolete since the introduction of the observable table.

codecov-commenter commented 2 years ago

Codecov Report

Merging #140 (ae55288) into develop (93d7f60) will increase coverage by 0.41%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #140      +/-   ##
===========================================
+ Coverage    77.30%   77.72%   +0.41%     
===========================================
  Files           27       27              
  Lines         2956     2904      -52     
  Branches       724      718       -6     
===========================================
- Hits          2285     2257      -28     
+ Misses         488      468      -20     
+ Partials       183      179       -4     
Impacted Files Coverage Δ
petab/core.py 87.90% <ø> (+0.88%) :arrow_up:
petab/sbml.py 63.15% <100.00%> (+3.40%) :arrow_up:

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 93d7f60...ae55288. Read the comment docs.

dweindl commented 2 years ago