From 13d5d7f5e639dbc541ca2bff8e4cf29f2d70ee6f Mon Sep 17 00:00:00 2001 From: knj Date: Mon, 5 Jun 2023 16:11:14 +0200 Subject: [PATCH] adjust naming of output files and use wav as output format --- tests/test_param_file.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/test_param_file.py b/tests/test_param_file.py index 7774d59403..fbdf57ff3a 100644 --- a/tests/test_param_file.py +++ b/tests/test_param_file.py @@ -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, -- GitLab