Loading scripts/pyaudio3dtools/audioarray.py +3 −0 Original line number Diff line number Diff line Loading @@ -458,6 +458,9 @@ def compare( cmd = [ str(wdiff), "--print-ctest-measurement", # wav-diff return code is 1 if differences are found which # would cause parse_wav_diff to raise an Exception on these cases "--no-fail", str(tmpfile_ref), str(tmpfile_test), ] Loading Loading
scripts/pyaudio3dtools/audioarray.py +3 −0 Original line number Diff line number Diff line Loading @@ -458,6 +458,9 @@ def compare( cmd = [ str(wdiff), "--print-ctest-measurement", # wav-diff return code is 1 if differences are found which # would cause parse_wav_diff to raise an Exception on these cases "--no-fail", str(tmpfile_ref), str(tmpfile_test), ] Loading