PEtab-dev / libpetab-python

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

petablint: require overriding of observable/noise placeholder parameters #64

Closed dweindl closed 3 years ago

dweindl commented 3 years ago

So far it was allowed to not specify overrides for observable/noise parameter placeholders. Not sure why that was the case, as it is explicitly disallowed in the (current) PEtab specification.

Fixes #63

codecov-commenter commented 3 years ago

Codecov Report

Merging #64 (520d6cf) into develop (248bf73) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #64   +/-   ##
========================================
  Coverage    79.02%   79.02%           
========================================
  Files           26       26           
  Lines         2880     2880           
  Branches       688      688           
========================================
  Hits          2276     2276           
  Misses         430      430           
  Partials       174      174           
Impacted Files Coverage Δ
petab/measurements.py 80.24% <100.00%> (ø)

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 248bf73...520d6cf. Read the comment docs.