Skip to content

Commit ac97c6f

Browse files
Merge pull request #61 from thomvet/patch-1
readme consistency with actual code in v.0.4.11
2 parents 564ce66 + 906ee23 commit ac97c6f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ FixedSizeDiffCache(u::AbstractArray, chunk_size = Val{ForwardDiff.pickchunksize(
199199
FixedSizeDiffCache(u::AbstractArray, chunk_size::Integer)
200200
```
201201

202-
Note that the `FixedSizeDiffCache` can support duals that are of a small chunk size than
202+
Note that the `FixedSizeDiffCache` can support duals that are of a smaller chunk size than
203203
the preallocated ones, but not a larger size. Nested duals are not supported with this
204204
construct.
205205

@@ -234,11 +234,6 @@ prob = ODEProblem(foo, ones(5, 5), (0., 1.0), (ones(5,5), LazyBufferCache()))
234234
solve(prob, TRBDF2())
235235
```
236236

237-
### Note About ReverseDiff Support for LazyBuffer
238-
239-
ReverseDiff support is done in SciMLSensitivity.jl to reduce the AD requirements on this package.
240-
Load that package if ReverseDiff overloads are required.
241-
242237
## GeneralLazyBufferCache
243238

244239
```julia

0 commit comments

Comments
 (0)