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

renaming

parent a0745a93
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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

@@ -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):