MCPcopy Create free account
hub / github.com/numpy/numpy / do_precision

Method do_precision

numpy/lib/tests/test_histograms.py:374–376  ·  view source on GitHub ↗
(self, float_small, float_large)

Source from the content-addressed store, hash-verified

372 assert_equal(x_loc.dtype, float_small)
373
374 def do_precision(self, float_small, float_large):
375 self.do_precision_lower_bound(float_small, float_large)
376 self.do_precision_upper_bound(float_small, float_large)
377
378 def test_precision(self):
379 # not looping results in a useful stack trace upon failure

Callers 1

test_precisionMethod · 0.95

Calls 2

Tested by

no test coverage detected