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