Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_statistics.py556 def do_check_both(self, a, b, tol, rel, tol_flag, rel_flag): member in ApproxEqualInexactTest
566 self.do_check_both(7.955, 7.952, 0.004, 3.8e-4, True, True)
567 self.do_check_both(-7.387, -7.386, 0.002, 0.0002, True, True)
571 self.do_check_both(7.955, 7.952, 0.004, 3.7e-4, True, False)
575 self.do_check_both(7.955, 7.952, 0.001, 3.8e-4, False, True)
579 self.do_check_both(2.78, 2.75, 0.01, 0.001, False, False)
580 self.do_check_both(971.44, 971.47, 0.02, 3e-5, False, False)

Completed in 5 milliseconds