mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
ai: fixup
This commit is contained in:
parent
a3f03b6d8d
commit
457c2eef0d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if [[ ! -d "${INPUT}" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
CODE="$(date +"%Y-%m-%d")_pretrain_contrast";
|
CODE="pretrain_contrast";
|
||||||
|
|
||||||
if [[ -n "${POSTFIX}" ]]; then
|
if [[ -n "${POSTFIX}" ]]; then
|
||||||
echo -e ">>> Applying postfix of ${POSTFIX}" >&2;
|
echo -e ">>> Applying postfix of ${POSTFIX}" >&2;
|
||||||
|
|
Loading…
Reference in a new issue