-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update to MTK 9 #128
Update to MTK 9 #128
Conversation
I cannot reproduce the downgrade issue locally with https://github.com/julia-actions/julia-downgrade-compat/blob/main/downgrade.jl . |
I wouldn't worry too much about downgrade. Is the only failure now Aqua? |
Yes. Aqua only fails in CI. It does not fail locally. I will try to dig into this later. |
The last commit should fix the compat issue. However, I could not find any way to reproduce the CI failure locally. Edit: Can now (thanks to Fredrik Ekre) |
Okay the Aqua failure is essentially SciML/ModelingToolkit.jl#2827. I think I can fix this. |
CI fails now locally with a different error using the SymbolicUtils.jl fix. But the Aqua issue seems to be resolved at least. |
I think I fixed all issues now. |
Updates to new MTK version and hot-fixes master CI.