Skip to content

Commit 1a175c9

Browse files
committed
unblock & reduce sim time for 151282
1 parent 492b953 commit 1a175c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modeldb/modeldb-run.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,10 +1223,11 @@
12231223
python: true
12241224
model_dir: .
12251225
run:
1226-
- import os; os.system("python sim.py"); quit();
1226+
- import os; os.system("python sim.py 1 1 100"); quit();
12271227
script:
12281228
- 2to3 -w .
12291229
- reindent .
1230+
- sed -i 's/show()/show(block=False);pause(1);close()/g' sim.py
12301231
264834:
12311232
python: true
12321233
model_dir: mechanisms
@@ -1240,4 +1241,4 @@
12401241
run:
12411242
- import os; os.system("python run.py param/gamma_L5weak_L2weak.param"); quit();
12421243
script:
1243-
- sed -i 's/from mpi4py/#from mpi4py/g' run.py
1244+
- sed -i 's/from mpi4py/#from mpi4py/g' run.py

0 commit comments

Comments
 (0)