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

fix from last commit

parent 0eb33ffb
No related branches found
No related tags found
1 merge request!470Add slack time scheduling, redid earliest deadline, added max-fan-out and hybrid scheduler, also added example
......@@ -744,7 +744,7 @@ class TestLdltMatrixInverse:
assert np.isclose(actual_values[i], expected_values[i])
def test_20x20_random_spd(self):
N = 30
N = 20
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.
Finish editing this message first!
Please register or to comment