Commit c2c0d6ab authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

Merge branch...

Merge branch 'float-1549-identical-mld-values-reported-in-isar-and-isar_enc-tests-when-running-conformance-package' into 'main'

Resolve "Identical MLD values reported in ISAR and ISAR_ENC tests when running conformance package"

See merge request !2563
parents 35174761 a14e11a9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -693,7 +693,7 @@ class MLDConformance:
            return (non_be, None, None, None)
        else:
            refDecOutputFile = testDesc.refOutput.replace(".splt.bit", ".wav")
            dutDecOutputFile = testDesc.dutOutput.replace(".splt.bit", ".wav")
            dutDecOutputFile = testDesc.dutOutput.replace(".splt.bit", "_CUT_REFDECODED.wav")
            # Decode the encoded output with Reference ISAR decoder
            dutDecCmd = testDesc.refDecCmdline.split()
            for idx, cmd in enumerate(dutDecCmd):