PEtab-dev / libpetab-python

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

Argument forwarding for Problem.get_optimization_to_simulation_parameter_mapping #159

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

Previously, not all options relevant options of petab.get_optimization_to_simulation_parameter_mapping were accessible via Problem.get_optimization_to_simulation_parameter_mapping. Now all keyword arguments are forwarded.

codecov-commenter commented 2 years ago

Codecov Report

Merging #159 (81e7bda) into develop (201a32f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #159   +/-   ##
========================================
  Coverage    77.27%   77.27%           
========================================
  Files           29       29           
  Lines         2579     2579           
  Branches       594      594           
========================================
  Hits          1993     1993           
  Misses         430      430           
  Partials       156      156           
Impacted Files Coverage Δ
petab/problem.py 68.25% <ø> (ø)

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 201a32f...81e7bda. Read the comment docs.