Skip to content

Commit

Permalink
added fill_off_diagonal to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jan 10, 2017
1 parent 700b236 commit 7d9d014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions librosa/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
:toctree: generated/
dtw
fill_off_diagonal
Deprecated
Expand Down
2 changes: 1 addition & 1 deletion librosa/core/dtw.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ..util.decorators import optional_jit
from ..util.exceptions import ParameterError

__all__ = ['dtw']
__all__ = ['dtw', 'fill_off_diagonal']


def fill_off_diagonal(x, radius, value=0):
Expand Down

0 comments on commit 7d9d014

Please sign in to comment.