Skip to content

Commit

Permalink
Update run_predict_ensemble.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Bryn Noel Ubald <55503826+bnubald@users.noreply.github.com>
  • Loading branch information
JimCircadian and bnubald authored Aug 20, 2024
1 parent 5f2289b commit fcd47ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_predict_ensemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENSEMBLE_ARGS=""
TRAIN_IDENT=""
ENSEMBLE_SEEDS_DEFAULT=42,46,45

while getopts ":b:df:i:lm:p:r:x" opt; do
while getopts ":b:c:df:i:lm:p:r:x" 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 fcd47ab

Please sign in to comment.