Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_empty
Method
test_empty
numpy/core/tests/test_numeric.py:2763–2764 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2761
self.check_function(np.ones)
2762
2763
def
test_empty(self):
2764
self.check_function(np.empty)
2765
2766
def
test_full(self):
2767
self.check_function(np.full, 0)
Callers
nothing calls this directly
Calls
1
check_function
Method · 0.95
Tested by
no test coverage detected