The ODEs in the docstrings of `prob_ode_vanderpol` and `prob_ode_vanstiff` are not the same, even though both use the same `van` function. If the problem is correctly defined, then line 83 https://github.com/SciML/DiffEqProblemLibrary.jl/blob/87ca6f6a109e81e863a5f306fe36914743bec531/src/ode/ode_simple_nonlinear_prob.jl#L83 should be changed to be the same as line 67 https://github.com/SciML/DiffEqProblemLibrary.jl/blob/87ca6f6a109e81e863a5f306fe36914743bec531/src/ode/ode_simple_nonlinear_prob.jl#L67 I'll open a PR right away.