mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +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:
|
||||
assert exists(join(directory, '{}.wav'.format(instrument)))
|
||||
for instrument in instruments:
|
||||
for compared in instrument:
|
||||
for compared in instruments:
|
||||
if instrument != compared:
|
||||
assert not filecmp.cmp(
|
||||
join(directory, '{}.wav'.format(instrument)),
|
||||
|
||||
Reference in New Issue
Block a user