diff --git a/lib/SciMLJacobianOperators/src/SciMLJacobianOperators.jl b/lib/SciMLJacobianOperators/src/SciMLJacobianOperators.jl index 833ce59e8..16655c9b8 100644 --- a/lib/SciMLJacobianOperators/src/SciMLJacobianOperators.jl +++ b/lib/SciMLJacobianOperators/src/SciMLJacobianOperators.jl @@ -409,7 +409,7 @@ function Base.copy(J::JacobianOperator) J.mode, J.jvp_op, J.vjp_op, - copy(J.size), + J.size, J.input_cache === nothing ? nothing : copy(J.input_cache), J.output_cache === nothing ? nohting : copy(J.output_cache) )