PEtab-dev / PEtab

PEtab - an SBML and TSV based data format for parameter estimation problems in systems biology
https://petab.readthedocs.io
MIT License
59 stars 12 forks source link

fix for pandas 1.2.0 #493

Closed dilpath closed 3 years ago

dilpath commented 3 years ago

Small change in pandas, get_filepath_or_buffer -> _get_filepath_or_buffer (not sure if _get_filepath_or_buffer should be used in PEtab since it's now named like a private method).

https://github.com/pandas-dev/pandas/pull/37639

codecov[bot] commented 3 years ago

Codecov Report

Merging #493 (127a01c) into develop (4d6d917) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #493      +/-   ##
===========================================
+ Coverage    78.00%   78.03%   +0.02%     
===========================================
  Files           23       23              
  Lines         2301     2295       -6     
  Branches       548      544       -4     
===========================================
- Hits          1795     1791       -4     
+ Misses         370      369       -1     
+ Partials       136      135       -1     
Impacted Files Coverage Δ
petab/sbml.py 57.35% <100.00%> (+0.51%) :arrow_up:
petab/yaml.py 90.32% <100.00%> (-0.45%) :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 4d6d917...127a01c. Read the comment docs.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication