Skip to content

Commit

Permalink
Fixing missing nodes specification in getopt
Browse files Browse the repository at this point in the history
  • Loading branch information
JimCircadian committed Aug 20, 2024
1 parent fcd47ab commit aadfc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_train_ensemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENSEMBLE_JOBS=1
ENSEMBLE_NTASKS=4
ENSEMBLE_SEEDS_DEFAULT=42,46,45,17,24,84,83,16,5,3

while getopts ":b:c:de:f:g:j:l:m:n:p:q:r:s:t:" opt; do
while getopts ":b:c:de:f:g:j:l:m:n:o:p:q:r:s:t:" opt; do
case "$opt" in
b) ENSEMBLE_ARGS="${ENSEMBLE_ARGS}arg_batch=$OPTARG ";;
c) ENSEMBLE_ARGS="${ENSEMBLE_ARGS}cluster=$OPTARG ";;
Expand Down

0 comments on commit aadfc50

Please sign in to comment.