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 8aa1e08 commit c5f518dCopy full SHA for c5f518d
TESTS/unitTests.py
@@ -1493,7 +1493,7 @@ def main():
1493
if not os.path.exists(matfiles_path):
1494
print("matfiles required for testing not found, downloading now...")
1495
# Streaming, so we can iterate over the response.
1496
- r = requests.get("https://osf.io/cbux8/download", stream=True)
+ r = requests.get("https://osf.io/download/cbux8/", stream=True)
1497
1498
# Total size in bytes.
1499
total_size = int(r.headers.get('content-length', 0))
0 commit comments