mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
slurm predict-plot: fixup
This commit is contained in:
parent
7e9c119b04
commit
24c5263bf0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if [[ -z "${INPUT}" ]]; then
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d "${INPUT}" ]]; then
|
if [[ ! -r "${INPUT}" ]]; then
|
||||||
echo -e "Error: The input filepath at '${INPUT}' containing the input .tfrecord dataset either doesn't exist or isn't a directory.";
|
echo -e "Error: The input filepath at '${INPUT}' containing the input .tfrecord dataset either doesn't exist or isn't a directory.";
|
||||||
show_help;
|
show_help;
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
Loading…
Reference in a new issue