You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens both when run locally and with CI. The tabulate_convergence_orders_multirate.jl test fails
Algorithm convergence: Error During Test at /Users/treddy/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30
Got exception outside of a @test
LoadError: type SplitFunction has no field α
Stacktrace:
[1] setproperty!(x::Function, f::Symbol, v::Float64)
@ Base ./Base.jl:39
[2] update_inner!
The last commit to main passed the CI. I triggered the CI with a branch with no code changes from main here on 12/17, and the test fails
The text was updated successfully, but these errors were encountered:
This issue is caused by changes to SciMLBase. If I use version 2.67.0, the tests pass, That version is before this PR was merged. It seems like changes to the remake function are the cause of the missing fields.
This happens both when run locally and with CI. The
tabulate_convergence_orders_multirate.jl
test failsThe last commit to main passed the CI. I triggered the CI with a branch with no code changes from main here on 12/17, and the test fails
The text was updated successfully, but these errors were encountered: