Skip to content

Commit 75c647a

Browse files
authored
Require SimpleDiffEq 0.2 (#79)
1 parent 0da9f41 commit 75c647a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ DiffEqBase 5.0
44
ForwardDiff 0.8
55
DelayEmbeddings
66
Reexport 0.1
7-
SimpleDiffEq 0.1
7+
SimpleDiffEq 0.2

src/continuous.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export CDS_KWARGS
77
#####################################################################################
88
using SimpleDiffEq: SimpleATsit5
99
const DEFAULT_SOLVER = SimpleATsit5()
10-
const DEFAULT_DIFFEQ_KWARGS = (abstol = 1e-6,
11-
reltol = 1e-6, maxiters = typemax(Int))
10+
const DEFAULT_DIFFEQ_KWARGS = (abstol = 1e-6, reltol = 1e-6)
11+
1212

1313
const CDS_KWARGS = (alg = DEFAULT_SOLVER, DEFAULT_DIFFEQ_KWARGS...)
1414

0 commit comments

Comments
 (0)