Skip to content

Commit a4eb41a

Browse files
committed
add complex tests back in
1 parent 8dc1d4e commit a4eb41a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_pydiso.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
}
3636
A_complex_dict = {'complex_structurally_symmetric': Lc@Uc,
3737
'complex_hermitian_positive_definite': Lc@Lc.T.conjugate(),
38-
#'complex_hermitian_indefinite': Lc@D@Lc.T.conjugate(),
39-
#'complex_symmetric': Lc@Lc.T,
38+
'complex_hermitian_indefinite': Lc@D@Lc.T.conjugate(),
39+
'complex_symmetric': Lc@Lc.T,
4040
'complex_nonsymmetric': Lc@U2c
4141
}
4242

0 commit comments

Comments
 (0)