Skip to content

Commit

Permalink
patch slakh dataset docs (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabitt authored Sep 27, 2021
1 parent a6c5fb4 commit 70afa0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mirdata/datasets/slakh.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,9 @@ def load_audio(fhandle: BinaryIO) -> Tuple[np.ndarray, float]:

@core.docstring_inherit(core.Dataset)
class Dataset(core.Dataset):
"""The slakh dataset"""
"""
The slakh dataset
"""

def __init__(self, data_home=None, version="default"):
super().__init__(
Expand Down

0 comments on commit 70afa0e

Please sign in to comment.