Skip to content

Commit

Permalink
add Random
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 21, 2022
1 parent 9e062c7 commit bd0d330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/LinearSolvePardiso/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ UnPack = "1"
julia = "1.6"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Random", "Test"]
2 changes: 1 addition & 1 deletion lib/LinearSolvePardiso/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using LinearSolve, LinearSolvePardiso, SparseArrays
using LinearSolve, LinearSolvePardiso, SparseArrays, Random

A1 = sparse([1.0 0 -2 3
0 5 1 2
Expand Down

0 comments on commit bd0d330

Please sign in to comment.