mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: syntax error
This commit is contained in:
@@ -54,7 +54,7 @@ def test_separate_to_file(configuration, instruments):
|
|||||||
for instrument in instruments:
|
for instrument in instruments:
|
||||||
assert exists(join(directory, '{}.wav'.format(instrument)))
|
assert exists(join(directory, '{}.wav'.format(instrument)))
|
||||||
for instrument in instruments:
|
for instrument in instruments:
|
||||||
for compared in instrument:
|
for compared in instruments:
|
||||||
if instrument != compared:
|
if instrument != compared:
|
||||||
assert not filecmp.cmp(
|
assert not filecmp.cmp(
|
||||||
join(directory, '{}.wav'.format(instrument)),
|
join(directory, '{}.wav'.format(instrument)),
|
||||||
|
|||||||
Reference in New Issue
Block a user