-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Currently the type for the sqdt parameter of SDEIntegrator is tType, which is the same as the type for dt.
| sqdt::tType |
This line thus fails with a DimensionError if dt is eg in ns during __init, since the calculated unit for sqdt will be sqrt(ns):
StochasticDiffEq.jl/src/solve.jl
Line 596 in 0cd915e
| integrator.sqdt = integrator.tdir*sqrt(abs(integrator.dt)) |
Metadata
Metadata
Assignees
Labels
No labels