We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccfae5 commit e8c311aCopy full SHA for e8c311a
demo-october-2022/example_2x2_cardio_fmi/example_user/run_fractal_demo.sh
@@ -26,7 +26,7 @@ rm -r $TMPDIR
26
mkdir $TMPDIR
27
28
# If the images have not been downloaded yet, use the `fetch_test_data_from_zenodo.sh` script
29
-INPUT_PATH=../../images/10.5281_zenodo.7057076
+INPUT_PATH=`pwd`/../../images/10.5281_zenodo.7057076
30
# Define a unique output path that depends on the username
31
OUTPUT_PATH=`pwd`/$USERNAME'_output'
32
rm -rv $OUTPUT_PATH
0 commit comments