mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
T_symmetry test added
This commit is contained in:
parent
1990a0685b
commit
d9f4e5b453
2 changed files with 6 additions and 1 deletions
|
@ -64,7 +64,7 @@ def test_matrix_inverse():
|
|||
|
||||
|
||||
def test_complex_matrix_inverse():
|
||||
dimension = 6
|
||||
dimension = 4
|
||||
base_matrix = np.empty((dimension, dimension), dtype=object)
|
||||
matrix = np.empty((dimension, dimension), dtype=complex)
|
||||
for (n, m), entry in np.ndenumerate(base_matrix):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue