mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
tests: tests for GEVP fixed, docstring for Corr.Eigenvalue added, typos
fixed
This commit is contained in:
parent
7830ba7b6c
commit
39dff5a830
2 changed files with 20 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue