Commit 5019c4d7 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

Fix incorrect suffix of ISAR_ENC test vetors.

parent 1b307622
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):