Commit f4acb5fd authored by norvell's avatar norvell
Browse files

Fix for encoder executables in scripts/find_regressions_from_logs.py

parent ca76d64c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -176,11 +176,11 @@ def main(logs_dir, output_filename, measure):
        # Find executables setup
        REF_ENC1 = "IVAS_cod_ref_1"
        REF_DEC1 = "IVAS_dec_ref_1"
        DUT_ENC1 = "IVAS_ref_1"
        DUT_ENC1 = "IVAS_cod_1"
        DUT_DEC1 = "IVAS_dec_1"
        REF_ENC2 = "IVAS_cod_ref_2"
        REF_DEC2 = "IVAS_dec_ref_2"
        DUT_ENC2 = "IVAS_ref_2"
        DUT_ENC2 = "IVAS_cod_2"
        DUT_DEC2 = "IVAS_dec_2"

        if "dec" in row["job"]: