Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_statistics.py531 def do_check_both(self, a, b, tol, rel, tol_flag, rel_flag): member in ApproxEqualInexactTest
541 self.do_check_both(7.955, 7.952, 0.004, 3.8e-4, True, True)
542 self.do_check_both(-7.387, -7.386, 0.002, 0.0002, True, True)
546 self.do_check_both(7.955, 7.952, 0.004, 3.7e-4, True, False)
550 self.do_check_both(7.955, 7.952, 0.001, 3.8e-4, False, True)
554 self.do_check_both(2.78, 2.75, 0.01, 0.001, False, False)
555 self.do_check_both(971.44, 971.47, 0.02, 3e-5, False, False)