Open ChrisRackauckas opened 5 years ago
I think this is another instance of the linearity specializations not working out.
@YingboMa you might want to take a look at this one. It is likely related to https://github.com/JuliaDiffEq/OrdinaryDiffEq.jl/issues/839 . Somewhere when the Jacobian re-use logic got reduce I think a bug was introduced. These all need to become regression tests.
Looks like the sign is flipped. Maybe the linear solver handling didn't flip the sign in the linear case when it was changed to W_transform style?