Skip to content

Commit f0fd61e

Browse files
Test fixing
1 parent 70e0de0 commit f0fd61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ end
13041304
hasdualpromote(u0, t) = true
13051305

13061306
function promote_f(f::SplitFunction, ::Val{specialize}, u0, p, t) where {specialize}
1307-
typeof(f.cache) === typeof(u0) && isinplace(f) ? f : remake(f, cache = zero(u0))
1307+
typeof(f._func_cache) === typeof(u0) && isinplace(f) ? f : remake(f, _func_cache = zero(u0))
13081308
end
13091309
prepare_alg(alg, u0, p, f) = alg
13101310

0 commit comments

Comments
 (0)