Skip to content

Commit

Permalink
test: fix function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Feb 28, 2024
1 parent efed704 commit e683488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

assert llt.info() == eigenpy.ComputationInfo.Success

X = rng.rand((dim, 20))
X = rng.random((dim, 20))
B = A.dot(X)
X_est = llt.solve(B)
assert eigenpy.is_approx(X, X_est)
Expand Down

0 comments on commit e683488

Please sign in to comment.