Skip to content

Commit

Permalink
Add python models to the modeldb-run.yaml : 18 models so far based on…
Browse files Browse the repository at this point in the history
… the mosinit.py & run.py files
  • Loading branch information
Christos Kotsalos authored and alexsavulescu committed Jun 24, 2022
1 parent c27e570 commit 8f1902d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,13 +1115,6 @@
script:
- sed -i 's/tstop = 550/tstop = 100/' HAM_SR1.ses
# python models
189922:
python: true
run:
- import os; os.system("python mosinit.py"); quit();
script:
- 2to3 -w .
- sed -i 's/plt.show()/plt.show(block=False);plt.pause(1);plt.close();quit()/' clay_mohit.py
# find * -name mosinit.py
156039:
python: true
Expand Down Expand Up @@ -1157,6 +1150,9 @@
python: true
run:
- import os; os.system("python mosinit.py"); quit();
script:
- 2to3 -w .
- sed -i 's/plt.show()/plt.show(block=False);plt.pause(1);plt.close();quit()/' clay_mohit.py
195615:
python: true
run:
Expand Down Expand Up @@ -1243,4 +1239,3 @@
model_dir: mod
run:
- import os; os.system("python run.py param/gamma_L5weak_L2weak.param"); quit();
#241165: AberraEtAl2018

0 comments on commit 8f1902d

Please sign in to comment.