Skip to content

Commit

Permalink
Update src/solve.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Rackauckas <[email protected]>
  • Loading branch information
oscardssmith and ChrisRackauckas authored Nov 7, 2023
1 parent 28a9d44 commit 05a53fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function DiffEqBase.__init(prob::Union{DiffEqBase.AbstractODEProblem,
# technically this should also warn for zero operators but those are hard to check for
alg isa Union{Rosenbrock23, Rosenbrock32} && error("Rosenbrock23 and Rosenbrock32 require at least one differential variable to produce valid solutions")
if dense && verbose
@warn("Rosenbrock methods have questionable interpolations when applied to equations without differential states.")
@warn("Rosenbrock methods on equations without differential states do not bound the error on interpolations.")
end
end

Expand Down

0 comments on commit 05a53fb

Please sign in to comment.