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

Method test_empty_like

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

Source from the content-addressed store, hash-verified

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)
2925
2926 def test_filled_like(self):
2927 self.check_like_function(np.full_like, 0, True)

Callers

nothing calls this directly

Calls 1

check_like_functionMethod · 0.95

Tested by

no test coverage detected