PEtab-dev / libpetab-python

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

Handle DataFrame/None as input to `get_visualization_df` #221

Closed dweindl closed 11 months ago

dweindl commented 11 months ago

For coherence with other get_XXX_df functions.

codecov-commenter commented 11 months ago

Codecov Report

Merging #221 (5a3fcb7) into main (1aafa36) will decrease coverage by 0.10%. The diff coverage is 20.00%.

@@            Coverage Diff             @@
##             main     #221      +/-   ##
==========================================
- Coverage   76.32%   76.22%   -0.10%     
==========================================
  Files          34       34              
  Lines        3172     3176       +4     
  Branches      769      771       +2     
==========================================
  Hits         2421     2421              
- Misses        552      554       +2     
- Partials      199      201       +2     
Files Changed Coverage Δ
petab/core.py 88.88% <20.00%> (-2.39%) :arrow_down: