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

Hotfix to avoid DataFrames.jl piracy #2966

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

MasonProtter
Copy link
Contributor

@MasonProtter MasonProtter commented Aug 14, 2024

Closes #2965. This should not be necessary, but it solves the issue introduced by JuliaData/DataFrames.jl#3456

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

@ChrisRackauckas
Copy link
Member

The test failures are concerning though?

@ChrisRackauckas
Copy link
Member

Bump

@MasonProtter
Copy link
Contributor Author

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

@MasonProtter
Copy link
Contributor Author

MasonProtter commented Aug 19, 2024

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

@ChrisRackauckas
Copy link
Member

The failure is due to the ConstructionBase breakage.

@MasonProtter
Copy link
Contributor Author

I think it's not just that. There seems to be multiple other problems that Aayush is working on solving in #2973

@ChrisRackauckas ChrisRackauckas merged commit c755b35 into SciML:master Aug 20, 2024
21 of 23 checks passed
@MasonProtter MasonProtter deleted the patch-3 branch August 20, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type piracy by DataFrames.jl causes error during SDE simplification
3 participants