Loading scripts/ivas_conformance/runConformance.py +1 −1 Original line number Diff line number Diff line Loading @@ -920,7 +920,7 @@ class MLDConformance: refMldFile2 = os.path.join( self.testvDir, "mld_ref2", ReferenceMldFiles[tag] ) with open(refMldFile2, "ab") as f: with open(refMldFile2, "w") as f: np.savetxt(f, mldWithTags, fmt="%s", delimiter=",") else: print(f"\033[92mMLD Corridor passed for {tag} with max MLD diff of {diff.max()} \033[00m") Loading Loading
scripts/ivas_conformance/runConformance.py +1 −1 Original line number Diff line number Diff line Loading @@ -920,7 +920,7 @@ class MLDConformance: refMldFile2 = os.path.join( self.testvDir, "mld_ref2", ReferenceMldFiles[tag] ) with open(refMldFile2, "ab") as f: with open(refMldFile2, "w") as f: np.savetxt(f, mldWithTags, fmt="%s", delimiter=",") else: print(f"\033[92mMLD Corridor passed for {tag} with max MLD diff of {diff.max()} \033[00m") Loading