MCPcopy Create free account
hub / github.com/numpy/numpy / test_basic

Method test_basic

numpy/lib/tests/test_function_base.py:2332–2333  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2330 x3 = np.array([0.3942, 0.5969, 0.7730, 0.9918, 0.7964])
2331
2332 def test_basic(self):
2333 assert_allclose(cov(self.x1), self.res1)
2334
2335 def test_complex(self):
2336 x = np.array([[1, 2, 3], [1j, 2j, 3j]])

Callers

nothing calls this directly

Calls 2

assert_allcloseFunction · 0.90
covFunction · 0.90

Tested by

no test coverage detected