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 cdb936c commit 29f3ff4Copy full SHA for 29f3ff4
examples/tutorials/tutorial_4_adding_a_dataset.py
@@ -138,7 +138,7 @@ def data_path(
138
if subject not in self.subject_list:
139
raise (ValueError("Invalid subject number"))
140
141
- url = "{:s}subject_0{:d}.mat".format(ExampleDataset_URL, subject)
+ url = "{:s}/files/subject_0{:d}.mat".format(ExampleDataset_URL, subject)
142
path = dl.data_dl(url, "ExampleDataset")
143
return [path] # it has to return a list
144
0 commit comments