Skip to content

Commit

Permalink
[CR] remove RWC-genre dataset (#180)
Browse files Browse the repository at this point in the history
This commit fixes a major bug in the `rwc_genre` module, whose index lacked ten tracks.


fixes #80

* remove rwc_genre from __init__ and docs/
  • Loading branch information
Vincent Lostanlen authored Mar 5, 2020
1 parent 2e7971d commit 41dcf17
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,903 deletions.
8 changes: 0 additions & 8 deletions docs/source/mirdata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ mirdata.rwc_classical
:undoc-members:
:show-inheritance:

mirdata.rwc_genre
^^^^^^^^^^^^^^^

.. automodule:: mirdata.rwc_genre
:members:
:undoc-members:
:show-inheritance:

mirdata.rwc_jazz
^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion mirdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from . import medley_solos_db
from . import orchset
from . import rwc_classical
from . import rwc_genre
from . import rwc_jazz
from . import rwc_popular
from . import salami
Expand Down
Loading

0 comments on commit 41dcf17

Please sign in to comment.