We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eabcae + 2729550 commit 084b53cCopy full SHA for 084b53c
lib/OrdinaryDiffEqDifferentiation/src/derivative_wrappers.jl
@@ -14,7 +14,7 @@ const FIRST_AUTODIFF_TGRAD_MESSAGE = """
14
15
Note 1: this failure occurred inside of the time gradient function. These
16
time gradients are only required by Rosenbrock methods (`Rosenbrock23`,
17
- `Rodas4`, etc.) are are done by automatic differentiation w.r.t. the
+ `Rodas4`, etc.) and are done by automatic differentiation w.r.t. the
18
argument `t`. If your function is compatible with automatic differentiation
19
w.r.t. `u`, i.e. for Jacobian generation, another way to work around this
20
issue is to switch to a non-Rosenbrock method.
0 commit comments