Skip to content

Commit

Permalink
Correct make download_data
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Oct 8, 2024
1 parent f4dc6b0 commit 13f946c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ download_data:
# For the moment, just copy from outside the repo
wget https://zenodo.org/records/13902735/files/robust-equilibration-detection-paper-data.tar.gz
tar -xzf robust-equilibration-detection-paper-data.tar.gz
rsync -a ../robust-equilibration-detection-paper-data/ .
rsync -a --exclude 'LICENSE' robust-equilibration-detection-paper-data/ .
# Clean up
rm -rf robust-equilibration-detection-paper-data.tar.gz robust-equilibration-detection-paper-data

Expand Down

0 comments on commit 13f946c

Please sign in to comment.