From 1b9c5df6403e3148db1ab4fc6a03243930ac763a Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Wed, 6 Sep 2023 10:40:16 +0200 Subject: [PATCH] Fix reference to cluster data folder --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 3eba6153..a873c7d1 100644 --- a/build/README.md +++ b/build/README.md @@ -16,7 +16,7 @@ This section describes the use of the pre-existing programs, once the binaries h 2. run edfb (./edfb) 3. run clu (./clu) -NOTE: both edfb and sph expect an input which is assumed to be in a folder named "../../test_data/sphere/" (i.e. two levels above the current execution path) +NOTE: both edfb and sph expect an input which is assumed to be in a folder named "../../test_data/cluster/" (i.e. two levels above the current execution path) TODO: set up a code variable to locate the input data (data file paths should not be hard-coded) -- GitLab