From 05deded08915d8620cdac21250d7aae53c2e7bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Fri, 8 Nov 2019 19:46:14 -0500 Subject: [PATCH] fix: separation testing --- tests/test_separator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_separator.py b/tests/test_separator.py index 15493cd..76011af 100644 --- a/tests/test_separator.py +++ b/tests/test_separator.py @@ -15,7 +15,7 @@ from spleeter.separator import Separator TEST_AUDIO_DESCRIPTOR = 'audio_example.mp3' TEST_CONFIGURATIONS = { - 'spleeter:2stems': ('vocals', 'accompaniament'), + 'spleeter:2stems': ('vocals', 'accompaniment'), 'spleeter:4stems': ('vocals', 'drums', 'bass', 'other'), 'spleeter:5stems': ('vocals', 'drums', 'bass', 'piano', 'other') }