Closed ranocha closed 7 months ago
Most remaining CI errors are caused by https://github.com/SciML/OrdinaryDiffEq.jl/issues/2162. The exception is
MethodError: objects of type Tuple{LinearAlgebra.UniformScaling{Bool}, LinearAlgebra.UniformScaling{Bool}} are not callable
Stacktrace:
[1] alg_cache(alg::MPE{Nothing, Tuple{LinearAlgebra.UniformScaling{Bool}, LinearAlgebra.UniformScaling{Bool}}}, u::Vector{Float64}, rate_prototype::Vector{Float64}, ::Type{Float64}, ::Type{Float64}, ::Type{Float64}, uprev::Vector{Float64}, uprev2::Vector{Float64}, f::PDSFunction{true, SciMLBase.FullSpecialize, var"#164#linmodP!#12", var"#163#linmodD!#13", Matrix{Float64}, Vector{Float64}, var"#f_analytic#9"}, t::Float64, dt::Float64, reltol::Float64, p::Vector{Float64}, calck::Bool, ::Val{true})
@ PositiveIntegrators ~/work/PositiveIntegrators.jl/PositiveIntegrators.jl/src/mprk.jl:143
I'll merge this nevertheless as a first step.
Trying to fix CI...