Skip to content

Commit

Permalink
Align tests v1 with v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Sep 25, 2024
1 parent 3fbfff9 commit 8da1b97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions testing/demos-v1/run_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ cp -r /home/fractal_share/Resources/images/10.5281_zenodo.7057076 images/
# them broadly accessible
ZARRDIR01=./01_cardio_tiny_dataset/output_cardiac-tiny
ZARRDIR02=./02_cardio_small/output-cardio-2x2-zenodo-subset
for ZARRDIR in "$ZARRDIR01" "$ZARRDIR02"; do
mkdir -p "$ZARRDIR"
chmod -R 777 "$ZARRDIR"
PARAMETERSDIR01=./01_cardio_tiny_dataset/Parameters
PARAMETERSDIR02=./02_cardio_small/Parameters

for THISDIR in "$ZARRDIR01" "$ZARRDIR02" "$PARAMETERSDIR01" "$PARAMETERSDIR02"; do
mkdir -p "$THISDIR"
chmod -R 777 "$THISDIR"
done

# Whoami
Expand Down
2 changes: 1 addition & 1 deletion testing/demos-v2/run_demos.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# set -e
set -e

VERSION="[v2]"

Expand Down

0 comments on commit 8da1b97

Please sign in to comment.