-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Hotfix to avoid DataFrames.jl piracy #2966
Conversation
The test failures are concerning though? |
Bump |
As far as I understand, this is good to go. Those tests appear to be the ones that were failing on other PRs as well, but I'm pulling the latest work from master, re-running CI and then comparing against #2974 |
8edccd7
to
bf00b63
Compare
Failures are the same as master. This shouldn't really be able to break anything, because all it does is replace vcat(Equation[], pdeps) with pdeps |
The failure is due to the ConstructionBase breakage. |
I think it's not just that. There seems to be multiple other problems that Aayush is working on solving in #2973 |
Closes #2965. This should not be necessary, but it solves the issue introduced by JuliaData/DataFrames.jl#3456
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.