Skip to content

Commit c5f518d

Browse files
authored
correct osf link (#48)
1 parent 8aa1e08 commit c5f518d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/unitTests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ def main():
14931493
if not os.path.exists(matfiles_path):
14941494
print("matfiles required for testing not found, downloading now...")
14951495
# Streaming, so we can iterate over the response.
1496-
r = requests.get("https://osf.io/cbux8/download", stream=True)
1496+
r = requests.get("https://osf.io/download/cbux8/", stream=True)
14971497

14981498
# Total size in bytes.
14991499
total_size = int(r.headers.get('content-length', 0))

0 commit comments

Comments
 (0)