Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _create_data
Method
_create_data
numpy/ma/tests/test_extras.py:1317–1318 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1315
class
TestCov:
1316
1317
def
_create_data(self):
1318
return
array(np.random.rand(12))
1319
1320
def
test_covhelper(self):
1321
x = self._create_data()
Callers
5
test_covhelper
Method · 0.95
test_1d_without_missing
Method · 0.95
test_2d_without_missing
Method · 0.95
test_1d_with_missing
Method · 0.95
test_2d_with_missing
Method · 0.95
Calls
1
array
Function · 0.90
Tested by
no test coverage detected