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

add ISM+1, ISM+2 and ISM+3 to MODES

parent c5f6333f
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ MODES = {
        "5_1_4": "5_1_4",
        "7_1_4": "7_1_4",
    },
    "-ISM": {"1": "ISM1", "2": "ISM2", "3": "ISM3", "4": "ISM4", "+4": "ISM+4"},
    "-ISM": {"1": "ISM1", "2": "ISM2", "3": "ISM3", "4": "ISM4", "+1": "ISM+1", "+2": "ISM+2", "+3": "ISM+3", "+4": "ISM+4"},
    "-SBA": {
        "-3": "HOA3",
        "3": "HOA3",
@@ -921,7 +921,6 @@ class SelfTest(IvasScriptsCommon.IvasScript):
        }  # needed for correct working of the IvasModeAnalyzer

        # get encoder and mode:

        enc_cmd = mode[1].pop(0).split()
        # print(enc_cmd)
        encoder_bin = enc_cmd.pop(0)