Skip to content

Commit ee195ee

Browse files
committed
Theta run model updates
1 parent 72f7515 commit ee195ee

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

workflows/nt3_mlrMBO/scripts/theta_run_model.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ set +e
7070
echo $MODEL_CMD
7171

7272
$TIMEOUT_CMD python "${arg_array[@]}"
73-
# $? is the exit status of the most recently executed command (i.e the
74-
# line above)
73+
74+
7575
RES=$?
7676
if [ "$RES" -ne 0 ]; then
7777
if [ "$RES" == 124 ]; then

workflows/p2b1_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ MODEL_CMD="python ${arg_array[@]}"
6868
set +e
6969
echo $MODEL_CMD
7070
$TIMEOUT_CMD python "${arg_array[@]}"
71-
# $? is the exit status of the most recently executed command (i.e the
72-
# line above)
71+
7372
RES=$?
7473
if [ "$RES" -ne 0 ]; then
7574
if [ "$RES" == 124 ]; then

workflows/p3b1_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ MODEL_CMD="python ${arg_array[@]}"
6767
set +e
6868
echo $MODEL_CMD
6969
$TIMEOUT_CMD python "${arg_array[@]}"
70-
# $? is the exit status of the most recently executed command (i.e the
71-
# line above)
70+
7271
RES=$?
7372
if [ "$RES" -ne 0 ]; then
7473
if [ "$RES" == 124 ]; then

0 commit comments

Comments
 (0)