Loading scripts/ivas_conformance/runConformance.py +1 −1 Original line number Diff line number Diff line Loading @@ -554,7 +554,7 @@ class MLDConformance: return " ".join([exec, *commands[1:]]) def reformatCommand(self, command: str, ref: bool = False) -> str: command = command.replace("$TESTV_PATH", self.scriptsDir) command = command.replace("$TESTV_PATH", self.testvecDir) ################ HACKS ######################### command = command.replace("_cut.192.fer", ".192") command = command.replace("_cut.192", ".192") Loading Loading
scripts/ivas_conformance/runConformance.py +1 −1 Original line number Diff line number Diff line Loading @@ -554,7 +554,7 @@ class MLDConformance: return " ".join([exec, *commands[1:]]) def reformatCommand(self, command: str, ref: bool = False) -> str: command = command.replace("$TESTV_PATH", self.scriptsDir) command = command.replace("$TESTV_PATH", self.testvecDir) ################ HACKS ######################### command = command.replace("_cut.192.fer", ".192") command = command.replace("_cut.192", ".192") Loading