Closed dweindl closed 1 year ago
Merging #608 (24f22b3) into develop (5508549) will decrease coverage by
0.06%
. The diff coverage is100.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%> (ø) |
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