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
Copy file name to clipboardExpand all lines: src/systems/diffeqs/sdesystem.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -777,7 +777,7 @@ function DiffEqBase.SDEProblem{iip, specialize}(
777
777
ifany(ModelingToolkit.isbrownian, unknowns(sys))
778
778
error("SDESystem constructed by defining Brownian variables with @brownian must be simplified by calling `structural_simplify` before a SDEProblem can be constructed.")
779
779
else
780
-
error("Cannot construct SDEProblem from an ODESystem.")
780
+
error("Cannot construct SDEProblem from a normal ODESystem.")
0 commit comments