mir-dataset-loaders / mirdata

Python library for working with Music Information Retrieval datasets
https://mirdata.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
363 stars 58 forks source link

Adding loader for BRID Dataset #633

Closed tanmayy24 closed 1 week ago

tanmayy24 commented 4 weeks ago

Please include the following information at the top level docstring for the dataset's module mydataset.py:

Dataset loaders checklist:

If your dataset is not fully downloadable there are two extra steps you should follow:

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.07%. Comparing base (62385ef) to head (809d3a9). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #633 +/- ## ========================================== + Coverage 97.03% 97.07% +0.03% ========================================== Files 67 68 +1 Lines 7532 7583 +51 ========================================== + Hits 7309 7361 +52 + Misses 223 222 -1 ```