Skip to content

Commit

Permalink
Skip unsupported benchmark models
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Sep 16, 2024
1 parent 470b468 commit 083e9e4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions deps/AMICI/tests/benchmark-models/test_petab_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,19 @@
if petab_path.is_dir()
if str(petab_path.stem)
not in (
# excluded due to unsupported priors
"Schwen_PONE2014",
"Zhao_QuantBiol2020",
# excluded due to excessive runtime
"Bachmann_MSB2011",
"Bachmann_MSB2011", # prior
"Chen_MSB2009",
"Froehlich_CellSystems2018",
"Raimundez_PCB2020",
"Raimundez_PCB2020", # prior
"Lucarelli_CellSystems2018",
"Isensee_JCB2018",
"Isensee_JCB2018", # prior
"Beer_MolBioSystems2014",
"Alkan_SciSignal2018",
"Lang_PLOSComputBiol2024",
# excluded due to excessive numerical failures
"Crauste_CellSystems2017",
"Fujita_SciSignal2010",
Expand Down

0 comments on commit 083e9e4

Please sign in to comment.