From 1efb53ed6d4cc6fe9363bdff14bd2bfc64d3132a Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Thu, 28 Sep 2023 15:37:11 +0000
Subject: [PATCH] Update file generate_benchmark_jobs.sh

---
 PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh b/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
index 4170efb..e7b5759 100644
--- a/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
+++ b/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
@@ -20,7 +20,7 @@ cat <<EOT >  $SBATCH_DIR
 
 EOT
 
-if [ ${6} = "thin" ]; then
+if [ "${6}" = "thin" ]; then
     cat <<EOT >>  $SBATCH_DIR
     #SBATCH --reservation=devel
 EOT
-- 
GitLab