Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabulate Convergence test errors #341

Closed
imreddyTeja opened this issue Dec 17, 2024 · 2 comments · Fixed by #342
Closed

Tabulate Convergence test errors #341

imreddyTeja opened this issue Dec 17, 2024 · 2 comments · Fixed by #342
Labels
bug Something isn't working

Comments

@imreddyTeja
Copy link
Contributor

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

@imreddyTeja imreddyTeja added the bug Something isn't working label Dec 17, 2024
@Sbozzolo
Copy link
Member

@imreddyTeja
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants