Skip to content

Commit 906ee23

Browse files
authored
readme consistency with actual code in v.0.4.11
Since 0.4.11 now uses weak dependency on ReverseDiff (or Requires for older Julia versions) to provide this functionality, I thought an update of the README reflecting that would be nice :)
1 parent 564ce66 commit 906ee23

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)