Skip to content

Commit 63a13ec

Browse files
authored
fix file path in run-mpl-pandas-exercises.sh
1 parent fc9fe3f commit 63a13ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercises/day3/lunarc/run-mpl-pandas-exercises.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Change to the directory where the data files and program are located
1010
# Change the below to your own path to where you placed the example programs
11-
cd /lunarc/nobackup/projects/lu2025-17-522024-17-44/<mydir-name>/HPC-python/Exercises/examples/programs/
11+
cd /lunarc/nobackup/projects/lu2025-17-52/2024-17-44/<mydir-name>/HPC-python/Exercises/examples/programs/
1212

1313
# Remove any loaded modules and load the ones we need
1414
module purge > /dev/null 2>&1

0 commit comments

Comments
 (0)