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

Method test_zeros

numpy/core/tests/test_numeric.py:2757–2758  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2755 assert_equal(arr, dtype.type(val))
2756
2757 def test_zeros(self):
2758 self.check_function(np.zeros)
2759
2760 def test_ones(self):
2761 self.check_function(np.ones)

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected