You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
callback =nothing, kwargs...) where {iip, specialize}
776
+
777
+
ifany(ModelingToolkit.isbrownian, unknowns(sys))
778
+
error("SDESystem constructed by defining Brownian variables with @brownian must be simplified by calling `structural_simplify` before a SDEProblem can be constructed.")
779
+
else
780
+
error("Cannot construct SDEProblem from an ODESystem.")
781
+
end
782
+
end
783
+
770
784
"""
771
785
```julia
772
786
DiffEqBase.SDEProblem{iip}(sys::SDESystem, u0map, tspan, p = parammap;
0 commit comments