mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
fix: function spec error
This commit is contained in:
@@ -24,7 +24,7 @@ TEST_CONFIGURATIONS = [
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('configuration, instruments', TEST_CONFIGURATIONS)
|
@pytest.mark.parametrize('configuration, instruments', TEST_CONFIGURATIONS)
|
||||||
def test_separate():
|
def test_separate(configuration, instruments):
|
||||||
""" Test separation from raw data. """
|
""" Test separation from raw data. """
|
||||||
adapter = get_default_audio_adapter()
|
adapter = get_default_audio_adapter()
|
||||||
waveform, _ = adapter.load(TEST_AUDIO_DESCRIPTOR)
|
waveform, _ = adapter.load(TEST_AUDIO_DESCRIPTOR)
|
||||||
|
|||||||
Reference in New Issue
Block a user