Skip to content

Commit ffb185c

Browse files
fix test usage of sparsearrays
1 parent 67cc4b8 commit ffb185c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,12 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
123123
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
124124
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
125125
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
126+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
126127
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
127128
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
128129
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
129130
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
130131
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
131132

132133
[targets]
133-
test = ["Distributed", "GeneralizedGenerated", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "ForwardDiff", "InteractiveUtils", "Plots", "Pkg", "Random", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions", "Aqua", "BenchmarkTools"]
134+
test = ["Distributed", "GeneralizedGenerated", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "SparseArrays", "ForwardDiff", "InteractiveUtils", "Plots", "Pkg", "Random", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions", "Aqua", "BenchmarkTools"]

test/ode_default_unstable_check.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Test, RecursiveArrayTools, StaticArrays
1+
using Test, RecursiveArrayTools, StaticArrays, SparseArrays
22

33
using DiffEqBase: NAN_CHECK
44

0 commit comments

Comments
 (0)