Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ test_ones
Method
test_ones
numpy/_core/tests/test_numeric.py:3376–3377 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3374
self.check_function(np.zeros)
3375
3376
def
test_ones(self):
3377
self.check_function(np.ones)
3378
3379
def
test_empty(self):
3380
self.check_function(np.empty)
Callers
nothing calls this directly
Calls
1
check_function
Method · 0.95
Tested by
no test coverage detected