Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Sep 6, 2024
1 parent 396de64 commit 122343b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqDifferentiation/src/derivative_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function Base.:\(W::WOperator, x::Number)
end

function LinearSolve.defaultalg(W::WOperator, b, assump::OperatorAssumptions{Bool})
defaultalg(W.J, b, assump)
LinearSolve.defaultalg(W.J, b, assump)
end

function LinearAlgebra.mul!(Y::AbstractVecOrMat, W::WOperator, B::AbstractVecOrMat)
Expand Down

0 comments on commit 122343b

Please sign in to comment.