From 8bbdae001dc0db93e6b470e3ee852b6ad1aa288f Mon Sep 17 00:00:00 2001 From: Joseph Date: Mon, 13 May 2024 11:29:34 +0100 Subject: [PATCH] fix test instructions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e754cf5..efd3439 100644 --- a/README.md +++ b/README.md @@ -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/ ```