Home
last modified time | relevance | path

Searched refs:cgns_tol (Results 1 – 1 of 1) sorted by relevance

/libCEED/tests/
H A Djunit_common.py67 cgns_tol: float = -1 variable in TestSpec
130 def cgns_tol(self): member in SuiteSpec
134 @cgns_tol.setter
135 def cgns_tol(self, val): member in SuiteSpec
481 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_tol
726 diff = diff_cgns(out_file, ref_cgn, cgns_tol=cgns_tol)