mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
refactor: removed code from autograd master, test adjusted
This commit is contained in:
parent
5ebfda5250
commit
525dea0209
2 changed files with 1 additions and 52 deletions
|
@ -302,7 +302,7 @@ def test_matrix_functions():
|
|||
|
||||
# Check eig function
|
||||
e2 = pe.linalg.eig(sym)
|
||||
assert np.all(e == e2[::-1])
|
||||
assert np.all(np.sort(e) == np.sort(e2))
|
||||
|
||||
# Check svd
|
||||
u, v, vh = pe.linalg.svd(sym)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue