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

Method test_zeros_like

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

Source from the content-addressed store, hash-verified

2918 self.check_like_function(np.ones_like, 1)
2919
2920 def test_zeros_like(self):
2921 self.check_like_function(np.zeros_like, 0)
2922
2923 def test_empty_like(self):
2924 self.check_like_function(np.empty_like, None)

Callers

nothing calls this directly

Calls 1

check_like_functionMethod · 0.95

Tested by

no test coverage detected