We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d946f5a commit 6ae9e06Copy full SHA for 6ae9e06
conftest.py
@@ -51,8 +51,8 @@ def test_file():
51
ddir.mkdir(exist_ok=True)
52
data_dir = ddir.joinpath('data')
53
data_dir.mkdir(exist_ok=True)
54
- url = "http://www.suite2p.org/static/test_data/neuropop_test_data.npz"
+ url = "https://osf.io/download/67f008f2f74150d8738b8257/"
55
test_file = str(data_dir.joinpath("neuropop_test_data.npz"))
56
if not os.path.exists(test_file):
57
download_url_to_file(url, test_file)
58
- return test_file
+ return test_file
0 commit comments