PEtab-dev / libpetab-python

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

Startpoint sampling for a subset of parameters #230

Closed dweindl closed 8 months ago

dweindl commented 8 months ago

Allow passing a list of parameter IDs to startpoint sampling for subsetting/reordering parameters.

codecov-commenter commented 8 months ago

Codecov Report

Merging #230 (830d428) into develop (e678dd7) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #230      +/-   ##
===========================================
+ Coverage    76.24%   76.28%   +0.04%     
===========================================
  Files           34       34              
  Lines         3182     3188       +6     
  Branches       773      774       +1     
===========================================
+ Hits          2426     2432       +6     
  Misses         555      555              
  Partials       201      201              
Files Coverage Δ
petab/parameters.py 85.02% <100.00%> (+0.49%) :arrow_up:
petab/problem.py 64.89% <100.00%> (ø)
petab/sampling.py 85.00% <100.00%> (ø)