Skip to content

Commit 1fc521f

Browse files
committed
..
1 parent 21fd705 commit 1fc521f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

v1_v2.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ def main():
1111
v2_root = Path(__file__).resolve().parent / "v2"
1212

1313
for problem_id in benchmark_models_petab.MODELS:
14+
if problem_id == "Froehlich_CellSystems2018":
15+
# naive conversion generates huge condition table
16+
logging.warning("Skipping Froehlich_CellSystems2018 due to performance issues.")
17+
continue
18+
1419
convert(problem_id, output_dir=v2_root / problem_id)
1520

1621
def convert(problem_id: str, output_dir: Path):

0 commit comments

Comments
 (0)