-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
fix: fix bugs #298
fix: fix bugs #298
Conversation
d862c63
to
c647499
Compare
Tests are fixed by SciMLBase and DiffEqBase PRs |
In hindsight, I guess CI targeting 1.9 specifically should be removed until 1.10 is out. Seems pointless using CI hours on identical tests. |
src/array_partition.jl
Outdated
@@ -1,3 +1,5 @@ | |||
using SparseArrays |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong location for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix this and drop 1.9-specific CI once tests pass. It's absurd that they're taking over half an hour
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There is something wrong with CI |
Rebase |
770c1f8
to
54e7b48
Compare
I'm working on fixing compat |
54e7b48
to
f8cfd1c
Compare
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.