Skip to content

Commit 0f1c669

Browse files
committed
adjust docstring
1 parent c1bca74 commit 0f1c669

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,9 +943,8 @@ Generates a DAEProblem from an ODESystem and allows for automatically
943943
symbolically calculating numerical enhancements.
944944
945945
Note: Solvers for DAEProblems like DFBDF, DImplicitEuler, DABDF2 are
946-
generally slower than the ones for ODEProblems. If possible, it is
947-
recommended to formulate your problem in terms of an ODEProblem and
948-
use the corresponding ODE Solvers.
946+
generally slower than the ones for ODEProblems. We recommend trying
947+
ODEProblem and its solvers for your problem first.
949948
"""
950949
function DiffEqBase.DAEProblem(sys::AbstractODESystem, args...; kwargs...)
951950
DAEProblem{true}(sys, args...; kwargs...)

0 commit comments

Comments
 (0)