MCPcopy 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

1315class 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_covhelperMethod · 0.95
test_1d_with_missingMethod · 0.95
test_2d_with_missingMethod · 0.95

Calls 1

arrayFunction · 0.90

Tested by

no test coverage detected