tests: tests for GEVP fixed, docstring for Corr.Eigenvalue added, typos

fixed
This commit is contained in:
Fabian Joswig 2022-02-22 21:33:04 +00:00
parent 7830ba7b6c
commit 39dff5a830
2 changed files with 20 additions and 3 deletions

View file

@ -220,7 +220,7 @@ def test_prange():
def test_matrix_corr():
corr_aa = _gen_corr(1)
corr_ab = _gen_corr(0.5)
corr_ab = 0.5 * corr_aa
corr_mat = pe.Corr(np.array([[corr_aa, corr_ab], [corr_ab, corr_aa]]))
corr_mat.item(0, 0)