Skip to content

Commit e51d712

Browse files
Merge pull request #609 from SciML/sparsedifftools
Remove sparsedifftools
2 parents 3bcc194 + 14925bd commit e51d712

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
3030
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
3131
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
3232
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
33-
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
3433
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3534
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
3635

@@ -62,7 +61,6 @@ Reexport = "0.2, 1.0"
6261
SciMLBase = "2.71"
6362
SciMLOperators = "0.2.9, 0.3, 0.4, 1"
6463
SparseArrays = "1.6"
65-
SparseDiffTools = "2"
6664
StaticArrays = "0.11, 0.12, 1.0"
6765
UnPack = "0.1, 1.0"
6866
julia = "1.10"

src/StochasticDiffEq.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ end
8383

8484
import SciMLBase
8585

86-
using SparseDiffTools: forwarddiff_color_jacobian!, ForwardColorJacCache
87-
8886
using LevyArea
8987

9088
const CompiledFloats = Union{Float32,Float64}

test/sparsediff_tests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using StochasticDiffEq
33
using SparseArrays
44
using LinearAlgebra
55

6-
#https://github.com/JuliaDiffEq/SparseDiffTools.jl/blob/master/test/test_integration.jl
76
function f(dx,x,p,t)
87
for i in 2:length(x)-1
98
dx[i] = x[i-1] - 2x[i] + x[i+1]

0 commit comments

Comments
 (0)