Skip to content

Commit

Permalink
Merge branch 'develop' into doc_nocache
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Dec 10, 2024
2 parents efe0e32 + 5e938b1 commit 1473280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_benchmark_collection_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
AMICI_PARALLEL_COMPILE: ""
run: |
cd tests/benchmark-models && pytest \
--durations=10
--durations=10 \
--cov=amici \
--cov-report=xml:"coverage_py.xml" \
--cov-append \
Expand Down
4 changes: 3 additions & 1 deletion tests/benchmark-models/test_petab_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@
"Elowitz_Nature2000",
"Fiedler_BMCSystBiol2016",
"Fujita_SciSignal2010",
"Isensee_JCB2018",
# Excluded until https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/pull/253
# is sorted out
# "Isensee_JCB2018",
"Lucarelli_CellSystems2018",
"Schwen_PONE2014",
"Smith_BMCSystBiol2013",
Expand Down

0 comments on commit 1473280

Please sign in to comment.