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

Method test_array_float64

numpy/core/tests/test_multiarray.py:8999–9000  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8997 self.check_array(np.float32)
8998
8999 def test_array_float64(self):
9000 self.check_array(np.float64)
9001
9002 def test_view(self):
9003 d = np.ones(100)

Callers

nothing calls this directly

Calls 1

check_arrayMethod · 0.95

Tested by

no test coverage detected