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

changed test that took too long

parent 50b9fbed
No related branches found
No related tags found
No related merge requests found
......@@ -743,7 +743,7 @@ class TestLdltMatrixInverse:
for i in range(len(expected_values)):
assert np.isclose(actual_values[i], expected_values[i])
def test_30x30_random_spd(self):
def test_20x20_random_spd(self):
N = 30
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