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.
1 parent b858261 commit 8b6b404Copy full SHA for 8b6b404
src/func.jl
@@ -225,7 +225,7 @@ function iscached(L::FunctionOperator)
225
end
226
227
function cache_self(L::FunctionOperator, u::AbstractVecOrMat, v::AbstractVecOrMat)
228
- L.traits.ifcache && @warn "you are allocating cache for a FunctionOperator for which ifcache = false."
+ !L.traits.ifcache && @warn "you are allocating cache for a FunctionOperator for which ifcache = false."
229
@set! L.cache = zero.((u, v))
230
L
231
0 commit comments