Skip to content

Commit

Permalink
Fix issingular test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 28, 2024
1 parent 02048c3 commit ace1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linalg.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using RecursiveArrayTools, Test, Random
using LinearAlgebra
using LinearAlgebra, ArrayInterface

n, m = 5, 6
bb = rand(n), rand(m)
Expand Down

0 comments on commit ace1e4c

Please sign in to comment.