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
@@ -366,8 +366,10 @@ function ODEForwardSensitivityProblem(f::F, u0,
366
366
w0 =nothing,
367
367
v0 =nothing,
368
368
kwargs...) where {F <:DiffEqBase.AbstractODEFunction}
369
-
Base.depwarn("The form of this function with `alg` as a positional argument is deprecated. Please use the `sensealg` keyword argument instead.", :ODEForwardSensitivityProblem)
@@ -490,7 +492,9 @@ function ODEForwardSensitivityProblem(f::DiffEqBase.AbstractODEFunction, u0,
490
492
du0 =zeros(eltype(u0), length(u0), length(p)), # perturbations of initial condition
491
493
dp =I(length(p)), # perturbations of parameters
492
494
kwargs...)
493
-
Base.depwarn("The form of this function with `alg` as a positional argument is deprecated. Please use the `sensealg` keyword argument instead.", :ODEForwardSensitivity)
495
+
Base.depwarn(
496
+
"The form of this function with `alg` as a positional argument is deprecated. Please use the `sensealg` keyword argument instead.",
0 commit comments