Searched refs:cgns_tol (Results 1 – 1 of 1) sorted by relevance
67 cgns_tol: float = -1 variable in TestSpec130 def cgns_tol(self): member in SuiteSpec134 @cgns_tol.setter135 def cgns_tol(self, val): member in SuiteSpec481 def diff_cgns(test_cgns: Path, true_cgns: Path, cgns_tol: float) -> str:543 if spec.cgns_tol > 0:725 cgns_tol = spec.cgns_tol if spec.cgns_tol > 0 else suite_spec.cgns_tol726 diff = diff_cgns(out_file, ref_cgn, cgns_tol=cgns_tol)