Skip to content

Commit

Permalink
Merge pull request #407 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Fix issingular test
  • Loading branch information
ChrisRackauckas authored Oct 29, 2024
2 parents 02048c3 + ace1e4c commit 6947538
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 6947538

Please sign in to comment.