Skip to content

Commit

Permalink
added cache level note to get_window
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Oct 3, 2016
1 parent 1220647 commit 8c0a9ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions librosa/filters.py
Expand Up @@ -793,6 +793,10 @@ def get_window(window, Nx, fftbins=True):
--------
scipy.signal.get_window
Notes
-----
This function caches at level 10.
Raises
------
ParameterError
Expand Down

0 comments on commit 8c0a9ef

Please sign in to comment.