ICB-DCM / pyABC

distributed, likelihood-free inference
https://pyabc.rtfd.io
BSD 3-Clause "New" or "Revised" License
205 stars 44 forks source link

Fix PEtab test suite #608

Closed dweindl closed 1 year ago

dweindl commented 1 year ago

PEtab test suite started failing after moving from amici==0.17.1 -> amici==0.18.0, due to importing different models with the same name. Fixed by using distinct names.

Adapt to petabtests API changes.

Fixes #607

codecov-commenter commented 1 year ago

Codecov Report

Merging #608 (24f22b3) into develop (5508549) will decrease coverage by 0.06%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff             @@
##           develop     #608      +/-   ##
===========================================
- Coverage    86.80%   86.75%   -0.06%     
===========================================
  Files          139      139              
  Lines         7941     7941              
===========================================
- Hits          6893     6889       -4     
- Misses        1048     1052       +4     
Impacted Files Coverage Δ
pyabc/transition/local_transition.py 91.46% <100.00%> (ø)

... and 2 files with indirect coverage changes