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 74109ac commit 92cbcffCopy full SHA for 92cbcff
tensorflow_datasets/testing/test_utils.py
@@ -844,7 +844,7 @@ def dummy_croissant_file(
844
id='raw_data',
845
name='raw_data',
846
description='Files with the data.',
847
- encoding_format='application/jsonlines',
+ encoding_formats=['application/jsonlines'],
848
includes=f'data/{file_name}*.{extension}',
849
),
850
]
@@ -859,7 +859,7 @@ def dummy_croissant_file(
859
860
861
description='File with the data.',
862
863
content_url=f'data/{raw_data_filename}',
864
sha256=sha256,
865
0 commit comments