Skip to content

Commit

Permalink
fix test instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyshuttleworth committed May 13, 2024
1 parent 53d70cb commit 8bbdae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ python3 -m pip install --upgrade pip && python3 -m pip install -e .'[test]'
To run the tests you must first download some test data. Test data is available at [cardiac.nottingham.ac.uk/syncropatch\_export](https://cardiac.nottingham.ac.uk/pcpostprocess)

```
wget https://cardiac.nottingham.ac.uk/pcpostprocess/test_data.tar.xz -P tests/
wget https://cardiac.nottingham.ac.uk/syncropatch_export/test_data.tar.xz -P tests/
tar xvf tests/test_data.tar.xz -C tests/
```

Expand Down

0 comments on commit 8bbdae0

Please sign in to comment.