Skip to content

Commit 99d06cd

Browse files
committed
update docs to reflect ODEForwardSensitivityProblem kwarg change
1 parent 477780d commit 99d06cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forward_sensitivity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ of the solution with respect to parameters.
227227
228228
```julia
229229
ODEForwardSensitivityProblem(f::SciMLBase.AbstractODEFunction,u0,
230-
tspan,p=nothing,
230+
tspan,p=nothing;
231231
sensealg::AbstractForwardSensitivityAlgorithm = ForwardSensitivity();
232232
kwargs...)
233233
```

0 commit comments

Comments
 (0)