Skip to content

Commit 5e938b1

Browse files
authored
Tests: Skip llh test for Isensee_JCB2018 (#2621)
* Tests: Skip llh test for Isensee_JCB2018 Until it has been decided which model/dataset is the correct one, and the expected llh is updated accordingly. See Benchmarking-Initiative/Benchmark-Models-PEtab#253 * fix broken pytest invocation
1 parent f9e64de commit 5e938b1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test_benchmark_collection_models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
AMICI_PARALLEL_COMPILE: ""
6868
run: |
6969
cd tests/benchmark-models && pytest \
70-
--durations=10
70+
--durations=10 \
7171
--cov=amici \
7272
--cov-report=xml:"coverage_py.xml" \
7373
--cov-append \

tests/benchmark-models/test_petab_benchmark.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@
123123
"Elowitz_Nature2000",
124124
"Fiedler_BMCSystBiol2016",
125125
"Fujita_SciSignal2010",
126-
"Isensee_JCB2018",
126+
# Excluded until https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/pull/253
127+
# is sorted out
128+
# "Isensee_JCB2018",
127129
"Lucarelli_CellSystems2018",
128130
"Schwen_PONE2014",
129131
"Smith_BMCSystBiol2013",

0 commit comments

Comments
 (0)