-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
The pytest step in .github/workflows/ci.yml failed when testing these two files:
- datasets/0.8/audio_test/metadata.json
- datasets/1.0/audio_test/metadata.json
Probably something to do with floating-point precision or with formatting when try to compare datasets?
The test case is from mlcroissant/_src/datasets_test.py:205
croissant/python/mlcroissant/mlcroissant/_src/datasets_test.py
Lines 204 to 205 in ca10fde
| def test_hermetic_loading(version, dataset_name, record_set_name, num_records): | |
| load_records_and_test_equality(version, dataset_name, record_set_name, num_records) |
See failed runs from different PRs:
- Bring croissant-rdf into Croissant repo #848
- Fix ExpectedType of containedIn for FileObject in croissant-spec.md #852
- Remove extra symbols in RAI Spec #855
Happens with both Python 3.10 and 3.11
Metadata
Metadata
Assignees
Labels
No labels