Skip to content

Commit

Permalink
Stop script on error, e.g., if download fails
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 9, 2024
1 parent 43f3b64 commit eac4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pilot1/Uno/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -x
set -eux

# AUC prediction model
if [ ! -f "$CANDLE_DATA_DIR/Pilot1/Uno/top_21_auc_1fold.uno.h5" ]; then
Expand Down

0 comments on commit eac4fd5

Please sign in to comment.