mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 fix test
This commit is contained in:
@@ -101,7 +101,7 @@ def test_train():
|
||||
'-p', 'useless_config.json',
|
||||
'-d', path
|
||||
])
|
||||
raise IOError(f'STDOUT: {result.stdout}, STDERR: {result.stderr}')
|
||||
raise IOError(f'STDOUT: {result.stdout}')
|
||||
assert result.exit_code == 0
|
||||
# assert that model checkpoint was created.
|
||||
assert os.path.exists(join(path, 'model', 'model.ckpt-10.index'))
|
||||
|
||||
Reference in New Issue
Block a user