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 68c24d3 commit 117e9e9Copy full SHA for 117e9e9
test/test_remote_io.py
@@ -192,7 +192,7 @@ def _filepath_fn(url):
192
@skipIfNoFSSpecS3
193
def test_fsspec_io_iterdatapipe(self):
194
input_list = [
195
- (["s3://ai2-public-datasets"], 39), # bucket without '/'
+ (["s3://ai2-public-datasets"], 40), # bucket without '/'
196
(["s3://ai2-public-datasets/charades/"], 18), # bucket with '/'
197
(
198
[
@@ -226,8 +226,8 @@ def test_disabled_s3_io_iterdatapipe(self):
226
def test_s3_io_iterdatapipe(self):
227
# S3FileLister: different inputs
228
229
- [["s3://ai2-public-datasets"], 77], # bucket without '/'
230
- [["s3://ai2-public-datasets/"], 77], # bucket with '/'
+ [["s3://ai2-public-datasets"], 78], # bucket without '/'
+ [["s3://ai2-public-datasets/"], 78], # bucket with '/'
231
[["s3://ai2-public-datasets/charades"], 18], # folder without '/'
232
[["s3://ai2-public-datasets/charades/"], 18], # folder without '/'
233
[["s3://ai2-public-datasets/charad"], 18], # prefix
0 commit comments