Skip to content
Snippets Groups Projects
Commit e8cdebb0 authored by Alain Riou's avatar Alain Riou
Browse files

test gpu

parent 231db104
No related branches found
No related tags found
No related merge requests found
......@@ -36,4 +36,6 @@ def test_cli_gpu(file, fmt, convert_to_freq):
suffix = ".semitones." + fmt
option = " -F"
os.system(f"pesto {file} --gpu 0 --export_format " + fmt + option)
assert os.path.isfile(file.rsplit('.', 1)[0] + suffix)
out_file = file.rsplit('.', 1)[0] + suffix
assert os.path.isfile(out_file)
os.unlink(out_file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment