Skip to content

Commit

Permalink
removed waller
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jun 12, 2020
1 parent 28a9ea1 commit 06235d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ def test_stack_consistent(x, axis):
assert xs.flags["C_CONTIGUOUS"]


@pytest.mark.parametrize('key', ['trumpet', 'waller', 'brahms', 'nutcracker', 'choice'])
@pytest.mark.parametrize('key', ['trumpet', 'brahms', 'nutcracker', 'choice'])
@pytest.mark.parametrize('hq', [False, True])
def test_example(key, hq):

Expand All @@ -1132,7 +1132,7 @@ def test_example_fail():
librosa.example('no such track')


@pytest.mark.parametrize('key', ['trumpet', 'waller', 'brahms', 'nutcracker', 'choice'])
@pytest.mark.parametrize('key', ['trumpet', 'brahms', 'nutcracker', 'choice'])
def test_example_info(key):

librosa.util.example_info(key)
Expand Down

0 comments on commit 06235d2

Please sign in to comment.