Skip to content

Commit 6ae9e06

Browse files
Update conftest.py
1 parent d946f5a commit 6ae9e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def test_file():
5151
ddir.mkdir(exist_ok=True)
5252
data_dir = ddir.joinpath('data')
5353
data_dir.mkdir(exist_ok=True)
54-
url = "http://www.suite2p.org/static/test_data/neuropop_test_data.npz"
54+
url = "https://osf.io/download/67f008f2f74150d8738b8257/"
5555
test_file = str(data_dir.joinpath("neuropop_test_data.npz"))
5656
if not os.path.exists(test_file):
5757
download_url_to_file(url, test_file)
58-
return test_file
58+
return test_file

0 commit comments

Comments
 (0)