Skip to content

Commit

Permalink
fixed broken test code for spectral_contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Feb 16, 2015
1 parent 4abe4dd commit 059d2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def test_spectral_contrast_errors():

@raises(ValueError)
def __test(S, freq, fmin, n_bands, quantile):
librosa.feature.spectral_contrast(S,
librosa.feature.spectral_contrast(S=S,
freq=freq,
fmin=fmin,
n_bands=n_bands,
Expand Down

0 comments on commit 059d2d1

Please sign in to comment.