SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

fix Project.toml files #32

Closed ranocha closed 7 months ago

ranocha commented 7 months ago

Trying to fix CI...

ranocha commented 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

at https://github.com/SKopecz/PositiveIntegrators.jl/actions/runs/8375585051/job/22933240981?pr=32#step:6:377

ranocha commented 7 months ago

I'll merge this nevertheless as a first step.