Skip to content

Commit 2729550

Browse files
authored
Update derivative_wrappers.jl
1 parent 6eabcae commit 2729550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqDifferentiation/src/derivative_wrappers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const FIRST_AUTODIFF_TGRAD_MESSAGE = """
1414
1515
Note 1: this failure occurred inside of the time gradient function. These
1616
time gradients are only required by Rosenbrock methods (`Rosenbrock23`,
17-
`Rodas4`, etc.) are are done by automatic differentiation w.r.t. the
17+
`Rodas4`, etc.) and are done by automatic differentiation w.r.t. the
1818
argument `t`. If your function is compatible with automatic differentiation
1919
w.r.t. `u`, i.e. for Jacobian generation, another way to work around this
2020
issue is to switch to a non-Rosenbrock method.

0 commit comments

Comments
 (0)