Skip to content

Commit 29f3ff4

Browse files
fixing the url
1 parent cdb936c commit 29f3ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/tutorial_4_adding_a_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def data_path(
138138
if subject not in self.subject_list:
139139
raise (ValueError("Invalid subject number"))
140140

141-
url = "{:s}subject_0{:d}.mat".format(ExampleDataset_URL, subject)
141+
url = "{:s}/files/subject_0{:d}.mat".format(ExampleDataset_URL, subject)
142142
path = dl.data_dl(url, "ExampleDataset")
143143
return [path] # it has to return a list
144144

0 commit comments

Comments
 (0)