mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
refactor: unnecessary code in scalar_mat_op removed
This commit is contained in:
parent
1ba7566a62
commit
b8c26fd41d
2 changed files with 2 additions and 4 deletions
|
@ -314,6 +314,8 @@ def test_matrix_functions():
|
|||
# Check determinant
|
||||
assert pe.linalg.det(np.diag(np.diag(matrix))) == np.prod(np.diag(matrix))
|
||||
|
||||
pe.linalg.pinv(matrix[:,:3])
|
||||
|
||||
|
||||
def test_complex_matrix_operations():
|
||||
dimension = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue