Skip to content

audio_test/metadata.json has pytest issue in CI #856

@bact

Description

@bact

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

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:

Happens with both Python 3.10 and 3.11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions