We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da9f41 commit 75c647aCopy full SHA for 75c647a
REQUIRE
@@ -4,4 +4,4 @@ DiffEqBase 5.0
4
ForwardDiff 0.8
5
DelayEmbeddings
6
Reexport 0.1
7
-SimpleDiffEq 0.1
+SimpleDiffEq 0.2
src/continuous.jl
@@ -7,8 +7,8 @@ export CDS_KWARGS
#####################################################################################
8
using SimpleDiffEq: SimpleATsit5
9
const DEFAULT_SOLVER = SimpleATsit5()
10
-const DEFAULT_DIFFEQ_KWARGS = (abstol = 1e-6,
11
-reltol = 1e-6, maxiters = typemax(Int))
+const DEFAULT_DIFFEQ_KWARGS = (abstol = 1e-6, reltol = 1e-6)
+
12
13
const CDS_KWARGS = (alg = DEFAULT_SOLVER, DEFAULT_DIFFEQ_KWARGS...)
14
0 commit comments