Skip to content

Commit

Permalink
Update zenodo dataset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed Aug 27, 2023
1 parent 997c145 commit 69394cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

DOI="10.5281/zenodo.7059515"
DOI="10.5281/zenodo.8287221"
CLEAN_DOI=${DOI/\//_}
zenodo_get $DOI -o ../images/${CLEAN_DOI}
2 changes: 1 addition & 1 deletion examples/01_cardio_tiny_dataset/run_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LABEL="cardiac-test"

###############################################################################
# IMPORTANT: This defines the location of input & output data
INPUT_PATH=`pwd`/../images/10.5281_zenodo.7059515/
INPUT_PATH=`pwd`/../images/10.5281_zenodo.8287221/
OUTPUT_PATH=`pwd`/output_${LABEL}
###############################################################################

Expand Down

0 comments on commit 69394cf

Please sign in to comment.