Commit eb4c0559 authored by stoutjesdijk's avatar stoutjesdijk 🎧
Browse files

testing Jan's proposal for fix

parent baddad0c
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -266,11 +266,7 @@ def test_param_file_tests(

    # the output file is not the real output filename
    # -> construct output filename
    if output_config != "":
        output_file = f"{testv_base}_{tag_str}.dec.{output_config_name}.pcm"
    else:
        # EVS decoder command lines do not have an output_config: use "MONO" in the output filename
        output_file = f"{testv_base}_{tag_str}.dec.MONO.pcm"
    output_file = f"{testv_base}_{tag_str}.dec.wav"

    decode(
        dut_decoder_frontend,