Commit ee1b252a authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fixes to update corridor

parent 92d05ed3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")