Skip to content

Commit 343f03e

Browse files
author
Christos Kotsalos
committed
Add more python models to the modeldb-run.yaml : WIP
1 parent c3fb9cd commit 343f03e

File tree

2 files changed

+114
-1
lines changed

2 files changed

+114
-1
lines changed

modeldb/modeldb-run.yaml

Lines changed: 113 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,5 +1122,117 @@
11221122
script:
11231123
- 2to3 -w .
11241124
- sed -i 's/plt.show()/plt.show(block=False);plt.pause(1);plt.close();quit()/' clay_mohit.py
1125-
1125+
# find * -name mosinit.py
1126+
156039:
1127+
python: true
1128+
run:
1129+
- import os; os.system("python mosinit.py"); quit();
1130+
script:
1131+
- 2to3 -w .
1132+
#194897: Dura-BernalEtAl2017
1133+
# python: true
1134+
# run:
1135+
# - import os; os.system("python mosinit.py"); quit();
1136+
# script:
1137+
# - 2to3 -w .
1138+
# - reindent .
1139+
226422:
1140+
python: true
1141+
run:
1142+
- import os; os.system("python mosinit.py"); quit();
1143+
script:
1144+
- 2to3 -w .
1145+
186768:
1146+
python: true
1147+
run:
1148+
- import os; os.system("python mosinit.py"); quit();
1149+
script:
1150+
- 2to3 -w .
1151+
- reindent .
1152+
#189922: ClayEtAl2008
1153+
# python: true
1154+
# run:
1155+
# - import os; os.system("python mosinit.py"); quit();
1156+
# script:
1157+
# - 2to3 -w .
1158+
# - reindent .
1159+
# - sed -i 's/plt.show()/plt.show(block=False);plt.pause(1);plt.close();quit()/' clay_mohit.py
1160+
#195615: spidemo
1161+
# python: true
1162+
# run:
1163+
# - import os; os.system("python mosinit.py"); quit();
1164+
# script:
1165+
# - 2to3 -w .
1166+
139421:
1167+
python: true
1168+
run:
1169+
- import os; os.system("python mosinit.py"); quit();
1170+
script:
1171+
- 2to3 -w .
1172+
144586:
1173+
python: true
1174+
run:
1175+
- import os; os.system("python mosinit.py"); quit();
1176+
script:
1177+
- 2to3 -w .
1178+
#244412: SolinasEtAl2019
1179+
# python: true
1180+
# run:
1181+
# - import os; os.system("python mosinit.py"); quit();
1182+
# script:
1183+
# - 2to3 -w .
1184+
39948:
1185+
python: true
1186+
run:
1187+
- import os; os.system("python mosinit.py"); quit();
1188+
script:
1189+
- 2to3 -w .
1190+
#195569: HuangEtAl2015
1191+
# python: true
1192+
# run:
1193+
# - import os; os.system("python mosinit.py"); quit();
1194+
# script:
1195+
# - 2to3 -w .
1196+
249404:
1197+
python: true
1198+
run:
1199+
- import os; os.system("python mosinit.py"); quit();
1200+
206400:
1201+
python: true
1202+
run:
1203+
- import os; os.system("python mosinit.py"); quit();
1204+
script:
1205+
- 2to3 -w .
1206+
# find * -name run.py
1207+
144511:
1208+
python: true
1209+
run:
1210+
- import os; os.system("python run.py"); quit();
1211+
script:
1212+
- 2to3 -w .
1213+
#229276: Final
1214+
# python: true
1215+
# run:
1216+
# - import os; os.system("python run.py"); quit();
1217+
# script:
1218+
# - 2to3 -w .
1219+
#151282: ca3ihdemo
1220+
# python: true
1221+
# run:
1222+
# - import os; os.system("python run.py"); quit();
1223+
# script:
1224+
# - 2to3 -w .
1225+
#264834:
1226+
# python: true
1227+
# run:
1228+
# - import os; os.system("python run.py --plot 1"); quit();
1229+
# script:
1230+
# - 2to3 -w .
1231+
#151685:
1232+
# python: true
1233+
# run:
1234+
# - import os; os.system("python run.py param/gamma_L5weak_L2weak.param"); quit();
1235+
# script:
1236+
# - 2to3 -w .
1237+
#241165: AberraEtAl2018
11261238

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'matplotlib',
1818
'scipy',
1919
'2to3',
20+
'reindent',
2021
]
2122

2223
with open('README.md', 'r', encoding='utf-8') as f:

0 commit comments

Comments
 (0)