PEtab-dev / libpetab-python

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

omit measurement processing if not relevant for parameter mapping #117

Closed FFroehlich closed 2 years ago

FFroehlich commented 2 years ago

massive speedup if number of conditions/measurements is large and no noise/observable parameters.

codecov-commenter commented 2 years ago

Codecov Report

Merging #117 (fdd53f2) into develop (9d534f2) will decrease coverage by 0.06%. The diff coverage is 57.14%.

@@             Coverage Diff             @@
##           develop     #117      +/-   ##
===========================================
- Coverage    76.11%   76.04%   -0.07%     
===========================================
  Files           27       27              
  Lines         3023     3027       +4     
  Branches       733      736       +3     
===========================================
+ Hits          2301     2302       +1     
  Misses         537      537              
- Partials       185      188       +3     
Impacted Files Coverage Δ
petab/parameter_mapping.py 70.45% <57.14%> (-1.06%) :arrow_down:

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 9d534f2...fdd53f2. Read the comment docs.