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 6fae44b commit 0c49c6dCopy full SHA for 0c49c6d
src/core_systems/continuous_time_ode.jl
@@ -5,7 +5,6 @@ export CoupledODEs, ContinuousDynamicalSystem
5
###########################################################################################
6
# DiffEq options
7
8
-_get_solver(a) = haskey(a, :alg) ? a[:alg] : DEFAULT_SOLVER
9
const DEFAULT_SOLVER = Tsit5()
10
const DEFAULT_DIFFEQ_KWARGS = (abstol = 1e-6, reltol = 1e-6)
11
const DEFAULT_DIFFEQ = (alg = DEFAULT_SOLVER, DEFAULT_DIFFEQ_KWARGS...)
0 commit comments