-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Implement initialize and finalize for symbolic callbacks #3162
Conversation
This looks fine but it introduces test failures? |
I looked at the test failures and couldn't figure out the attribution... is there a good way to tell which were broken by this PR vs. were broken beforehand? |
Open a PR that just changes whitespace on README called "test master" and compare. When I was last looking, LTS was all working though, but maybe one of @AayushSabharwal's changes in SciMLBase did something there. |
The failures are fixed by SciML/SciMLBase.jl#837 |
Extension failures are fixed on master |
As @AayushSabharwal says the test PR https://github.com/SciML/ModelingToolkit.jl/actions/runs/11582815665 also shows that the tests are currently broken; we could wait on his PR to merge for this one? |
Master should be fixed now? Rebase. |
95b0ecc
to
e1775b9
Compare
e1775b9
to
e0e0e46
Compare
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.