Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 9, 2024
1 parent 0248980 commit d1f01f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_random/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

def test_rand_cov():
a = rand_cov(5)
return np.all(np.linalg.eigvals(a) > 0)
assert np.all(np.linalg.eigvals(a) > 0)

0 comments on commit d1f01f1

Please sign in to comment.