From a6ed8c85c1714eacdf078babba0457fad258732d Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Tue, 14 May 2024 17:01:52 +0100 Subject: [PATCH] Remove reference to anaconda/3 module --- bin/slurm_calibrate.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/slurm_calibrate.sh b/bin/slurm_calibrate.sh index 2483c460d..721edbbe3 100755 --- a/bin/slurm_calibrate.sh +++ b/bin/slurm_calibrate.sh @@ -25,10 +25,6 @@ echo "job ID: ${SLURM_JOB_ID:-none}" export CAL_NOTEBOOK_NAME="$notebook" -# set-up enviroment -source /etc/profile.d/modules.sh -module load anaconda/3 - # make sure we use agg backend export MPLBACKEND=AGG -- GitLab