Skip to content
Snippets Groups Projects
Commit dc3e96e6 authored by Simon Bjurek's avatar Simon Bjurek
Browse files

fix from last commit

parent c1ccab05
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !472. Comments created here will be created in the context of that merge request.
...@@ -744,7 +744,7 @@ class TestLdltMatrixInverse: ...@@ -744,7 +744,7 @@ class TestLdltMatrixInverse:
assert np.isclose(actual_values[i], expected_values[i]) assert np.isclose(actual_values[i], expected_values[i])
def test_20x20_random_spd(self): def test_20x20_random_spd(self):
N = 30 N = 20
sfg = ldlt_matrix_inverse(N=N, is_complex=False) sfg = ldlt_matrix_inverse(N=N, is_complex=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment