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

Method test_basic

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

Source from the content-addressed store, hash-verified

2594 x3 = np.array([0.3942, 0.5969, 0.7730, 0.9918, 0.7964])
2595
2596 def test_basic(self):
2597 assert_allclose(cov(self.x1), self.res1)
2598
2599 def test_complex(self):
2600 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