Skip to content

Commit

Permalink
unblock & reduce sim time for 151282
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Jun 24, 2022
1 parent 492b953 commit 1a175c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1223,10 +1223,11 @@
python: true
model_dir: .
run:
- import os; os.system("python sim.py"); quit();
- import os; os.system("python sim.py 1 1 100"); quit();
script:
- 2to3 -w .
- reindent .
- sed -i 's/show()/show(block=False);pause(1);close()/g' sim.py
264834:
python: true
model_dir: mechanisms
Expand All @@ -1240,4 +1241,4 @@
run:
- import os; os.system("python run.py param/gamma_L5weak_L2weak.param"); quit();
script:
- sed -i 's/from mpi4py/#from mpi4py/g' run.py
- sed -i 's/from mpi4py/#from mpi4py/g' run.py

0 comments on commit 1a175c9

Please sign in to comment.