From 8f1902dea6a0791b084e45452f3684c69cbfc351 Mon Sep 17 00:00:00 2001 From: Christos Kotsalos Date: Wed, 22 Jun 2022 17:45:52 +0200 Subject: [PATCH] Add python models to the modeldb-run.yaml : 18 models so far based on the mosinit.py & run.py files --- modeldb/modeldb-run.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/modeldb/modeldb-run.yaml b/modeldb/modeldb-run.yaml index 153eaa2..68a24e8 100644 --- a/modeldb/modeldb-run.yaml +++ b/modeldb/modeldb-run.yaml @@ -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 @@ -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: @@ -1243,4 +1239,3 @@ model_dir: mod run: - import os; os.system("python run.py param/gamma_L5weak_L2weak.param"); quit(); -#241165: AberraEtAl2018