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