MCPcopy Index your code
hub / github.com/numpy/numpy / _create_data

Method _create_data

numpy/ma/tests/test_extras.py:1404–1407  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1402class TestCorrcoef:
1403
1404 def _create_data(self):
1405 data = array(np.random.rand(12))
1406 data2 = array(np.random.rand(12))
1407 return data, data2
1408
1409 def test_1d_without_missing(self):
1410 # Test cov on 1D variable w/o missing values

Callers 4

test_1d_with_missingMethod · 0.95
test_2d_with_missingMethod · 0.95

Calls 1

arrayFunction · 0.90

Tested by

no test coverage detected