File tree 12 files changed +12
-12
lines changed
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def _verify(self) -> None:
103
103
if not self .download :
104
104
raise RuntimeError (
105
105
f"Dataset not found in `paths={ self .paths !r} ` and `download=False`, "
106
- "either specify a different `root` directory or use `download=True` "
106
+ "either specify a different `paths` or use `download=True` "
107
107
"to automatically download the dataset."
108
108
)
109
109
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def _verify(self) -> None:
89
89
90
90
raise RuntimeError (
91
91
f"Dataset not found in `paths={ self .paths !r} ` "
92
- "either specify a different `root` directory or make sure you "
92
+ "either specify a different `paths` or make sure you "
93
93
"have manually downloaded dataset tiles as suggested in the documentation."
94
94
)
95
95
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ def _verify(self) -> None:
315
315
if not self .download :
316
316
raise RuntimeError (
317
317
f"Dataset not found in `paths={ self .paths !r} ` and `download=False`, "
318
- "either specify a different `root` directory or use `download=True` "
318
+ "either specify a different `paths` or use `download=True` "
319
319
"to automatically download the dataset."
320
320
)
321
321
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def _verify(self) -> None:
157
157
if not self .download :
158
158
raise RuntimeError (
159
159
f"Dataset not found in `paths={ self .paths !r} ` and `download=False`, "
160
- "either specify a different `root` directory or use `download=True` "
160
+ "either specify a different `paths` or use `download=True` "
161
161
"to automatically download the dataset."
162
162
)
163
163
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def _verify(self) -> None:
245
245
246
246
raise RuntimeError (
247
247
f"Dataset not found in `paths={ self .paths !r} ` "
248
- "either specify a different `root` directory or make sure you "
248
+ "either specify a different `paths` or make sure you "
249
249
"have manually downloaded the dataset as instructed in the documentation."
250
250
)
251
251
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def _verify(self) -> None:
126
126
if not self .download :
127
127
raise RuntimeError (
128
128
f"Dataset not found in `paths={ self .paths !r} ` and `download=False`, "
129
- "either specify a different `root` directory or use `download=True` "
129
+ "either specify a different `paths` or use `download=True` "
130
130
"to automatically download the dataset."
131
131
)
132
132
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def _verify(self) -> None:
140
140
141
141
raise RuntimeError (
142
142
f"Dataset not found in `paths={ self .paths !r} ` "
143
- "either specify a different `root` directory or make sure you "
143
+ "either specify a different `paths` or make sure you "
144
144
"have manually downloaded the dataset as suggested in the documentation."
145
145
)
146
146
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ def _verify(self) -> None:
226
226
227
227
raise RuntimeError (
228
228
f"Dataset not found in `paths={ self .paths !r} ` "
229
- "either specify a different `root` directory or make sure you "
229
+ "either specify a different `paths` or make sure you "
230
230
"have manually downloaded the dataset as suggested in the documentation."
231
231
)
232
232
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def _verify(self) -> None:
150
150
if not self .download :
151
151
raise RuntimeError (
152
152
f"Dataset not found in `paths={ self .paths !r} ` and `download=False`, "
153
- "either specify a different `root` directory or use `download=True` "
153
+ "either specify a different `paths` or use `download=True` "
154
154
"to automatically download the dataset."
155
155
)
156
156
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def _verify(self) -> None:
149
149
if not self .download :
150
150
raise RuntimeError (
151
151
f"Dataset not found in `paths={ self .paths !r} ` and `download=False`, "
152
- "either specify a different `root` directory or use `download=True` "
152
+ "either specify a different `paths` or use `download=True` "
153
153
"to automatically download the dataset."
154
154
)
155
155
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def _verify(self) -> None:
210
210
if not self .download :
211
211
raise RuntimeError (
212
212
f"Dataset not found in `paths={ self .paths !r} ` and `download=False`, "
213
- "either specify a different `root` directory or use `download=True` "
213
+ "either specify a different `paths` or use `download=True` "
214
214
"to automatically download the dataset."
215
215
)
216
216
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ def _verify(self) -> None:
423
423
424
424
raise RuntimeError (
425
425
f"Dataset not found in `paths={ self .paths !r} ` "
426
- "either specify a different `root` directory or make sure you "
426
+ "either specify a different `paths` or make sure you "
427
427
"have manually downloaded the dataset as suggested in the documentation."
428
428
)
429
429
You can’t perform that action at this time.
0 commit comments