You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed | tests/test_full_dataset.py::test_validation | 0.61 |
skip_remote = None
dataset = The mridangam_stroke dataset
-----------------------------------------------------------------------------------------... in the Track
----------------------------------------------------------------------------------------------------
def test_validation(skip_remote, dataset):
if dataset is None:
pytest.skip()
# run validation
missing_files, invalid_checksums = dataset.validate(verbose=True)
assert missing_files == {key:{} for key in dataset._index.keys() if not key == "version"}
E AssertionError: assert {'tracks': {}} == {'metadata': {}, 'tracks': {}}
E Omitting 1 identical items, use -vv to show
E Right contains 1 more item:
E {'metadata': {}}
E Use -v to get the full diff
tests/test_full_dataset.py:48: AssertionError
The text was updated successfully, but these errors were encountered:
Thanks for the note! I think this issue should've been solved with @magdalenafuentes' fix #342. Last week, I found that same issue for Mridangam and other datasets as seen in #341. Is the error persisting? Or the test was running to an older version of the dataset loader and index. I will check it right now in the master code!
Failed | tests/test_full_dataset.py::test_validation | 0.61 |
skip_remote = None
dataset = The mridangam_stroke dataset
-----------------------------------------------------------------------------------------... in the Track
----------------------------------------------------------------------------------------------------
E AssertionError: assert {'tracks': {}} == {'metadata': {}, 'tracks': {}}
E Omitting 1 identical items, use -vv to show
E Right contains 1 more item:
E {'metadata': {}}
E Use -v to get the full diff
tests/test_full_dataset.py:48: AssertionError
The text was updated successfully, but these errors were encountered: