We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492b953 commit 1a175c9Copy full SHA for 1a175c9
modeldb/modeldb-run.yaml
@@ -1223,10 +1223,11 @@
1223
python: true
1224
model_dir: .
1225
run:
1226
- - import os; os.system("python sim.py"); quit();
+ - import os; os.system("python sim.py 1 1 100"); quit();
1227
script:
1228
- 2to3 -w .
1229
- reindent .
1230
+ - sed -i 's/show()/show(block=False);pause(1);close()/g' sim.py
1231
264834:
1232
1233
model_dir: mechanisms
@@ -1240,4 +1241,4 @@
1240
1241
1242
- import os; os.system("python run.py param/gamma_L5weak_L2weak.param"); quit();
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