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 b1bfd1e + 68fc63e commit 3fc8038Copy full SHA for 3fc8038
src/SciMLBase.jl
@@ -14,7 +14,7 @@ using Distributed
14
using Markdown
15
using Printf
16
import Preferences
17
-using PreallocationTools: get_tmp, DiffCache
+using PreallocationTools: get_tmp, DiffCache, FixedSizeDiffCache
18
19
import Logging, ArrayInterface
20
import IteratorInterfaceExtensions
src/solve.jl
@@ -462,6 +462,7 @@ end
462
463
anyeltypedual(x) = anyeltypedual(x, Val{0})
464
anyeltypedual(x, counter) = Any
465
+anyeltypedual(x::FixedSizeDiffCache, counter = 0) = Any
466
467
value(x) = x
468
unitfulvalue(x) = x
0 commit comments