-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from CardiacModelling/readme-link-fix
fixed test data link in readme
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ Then install the package with `pip`. | |
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) | ||
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/syncropatch_export) | ||
|
||
``` | ||
wget https://cardiac.nottingham.ac.uk/syncropatch_export/test_data.tar.xz -P tests/ | ||
|
@@ -186,7 +186,7 @@ If you have a suggestion that would make this better, please fork the repo and c | |
|
||
Joseph Shuttleworth [email protected] | ||
|
||
Project Link: [https://github.com/CardiacModelling/syncropatch\_export](https://github.com/CardiacModelling/pcpostprocess) | ||
Project Link: [https://github.com/CardiacModelling/pcpostprocess](https://github.com/CardiacModelling/pcpostprocess) | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|