(self)
| 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]]) |
nothing calls this directly
no test coverage detected