Loading scripts/ivas_conformance/runConformance.py +2 −2 Original line number Diff line number Diff line Loading @@ -1507,7 +1507,7 @@ class MLDConformance: dut_exists = os.path.exists(dutMdFile) if not ref_exists and not dut_exists: # MASA metadata sidecars are optional for some test/output combinations. # MASA metadata companion files (.met) are optional for some test/output combinations. # If both sides are missing, skip MASA diff for this test. return np.zeros(0, dtype=float), None Loading Loading @@ -1985,7 +1985,7 @@ class MLDConformance: if self.args.regenerate_mld_ref: # Regeneration gate for MASA refs: require that at least one expected # metadata sidecar (.met) exists for this tag in the selected run. # metadata companion file (.met) exists for this tag in the selected run. if self._hasAnyProducedMasaMDMetFile(tag): new_mld_dir = os.path.join(self.testvDir, "mld_ref2") if not os.path.exists(new_mld_dir): Loading Loading
scripts/ivas_conformance/runConformance.py +2 −2 Original line number Diff line number Diff line Loading @@ -1507,7 +1507,7 @@ class MLDConformance: dut_exists = os.path.exists(dutMdFile) if not ref_exists and not dut_exists: # MASA metadata sidecars are optional for some test/output combinations. # MASA metadata companion files (.met) are optional for some test/output combinations. # If both sides are missing, skip MASA diff for this test. return np.zeros(0, dtype=float), None Loading Loading @@ -1985,7 +1985,7 @@ class MLDConformance: if self.args.regenerate_mld_ref: # Regeneration gate for MASA refs: require that at least one expected # metadata sidecar (.met) exists for this tag in the selected run. # metadata companion file (.met) exists for this tag in the selected run. if self._hasAnyProducedMasaMDMetFile(tag): new_mld_dir = os.path.join(self.testvDir, "mld_ref2") if not os.path.exists(new_mld_dir): Loading