mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
tests: padding added to is_matrix_symmetric test.
This commit is contained in:
parent
821d36aea9
commit
2c2890d5ea
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ def test_is_matrix_symmetric():
|
|||
if i != j:
|
||||
mat[j, i] = obs
|
||||
corr_data.append(mat)
|
||||
corr = pe.Corr(corr_data)
|
||||
corr = pe.Corr(corr_data, padding=[0, 2])
|
||||
|
||||
assert corr.is_matrix_symmetric()
|
||||
corr[0][0, 1] = 1.0 * corr[0][0, 1]
|
||||
|
|
Loading…
Add table
Reference in a new issue