Skip to content

Commit

Permalink
Merge pull request #107 from ECP-CANDLE/RylieWeaver9-HPO
Browse files Browse the repository at this point in the history
unset IFS
  • Loading branch information
j-woz authored Sep 13, 2023
2 parents 0533d40 + 0072dce commit bf0fc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/common/sh/model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ then
done
PARAMETERS+=("$RESULT") # Add the result as well
# Print all values as comma-separated to the experiment directory output file
IFS=','; echo "${PARAMETERS[*]}" >> $RUN_DIRECTORY/../output.csv
IFS=','; echo "${PARAMETERS[*]}" >> $RUN_DIRECTORY/../output.csv; unset IFS
else
echo # spacer
if (( CODE == 124 ))
Expand Down

0 comments on commit bf0fc1d

Please sign in to comment.