PEtab-dev / libpetab-python

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

Fix Problem.to_files(model_file=...) #204

Closed dweindl closed 1 year ago

dweindl commented 1 year ago

model_file parameter was not properly handled, resulting in missing model files in the created yaml file.

codecov-commenter commented 1 year ago

Codecov Report

Merging #204 (4c38db1) into develop (7e0b3f8) will decrease coverage by 0.07%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #204      +/-   ##
===========================================
- Coverage    76.31%   76.24%   -0.07%     
===========================================
  Files           34       34              
  Lines         3162     3162              
  Branches       765      699      -66     
===========================================
- Hits          2413     2411       -2     
- Misses         552      553       +1     
- Partials       197      198       +1     
Impacted Files Coverage Δ
petab/problem.py 64.51% <ø> (ø)

... and 1 file with indirect coverage changes