-
-
Notifications
You must be signed in to change notification settings - Fork 32
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: remove uses of issymbollike, depend on SII #346
fix: remove uses of issymbollike, depend on SII #346
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #346 +/- ##
==========================================
- Coverage 84.99% 82.69% -2.30%
==========================================
Files 41 41
Lines 1959 1959
==========================================
- Hits 1665 1620 -45
- Misses 294 339 +45 ☔ View full report in Codecov by Sentry. |
Solutions are coming out different, not sure why |
I will fix tomorrow |
Ah, so there are some dubious calls in the failing test
but
|
I think this is low risk acceptance that will clear bugs off the backlog for the |
Okay, because https://github.com/SciML/MethodOfLines.jl/actions/runs/7283474229/job/19847405484?pr=346#step:6:533 scares me a bit, but you're saying it's not the solution interface but the interpolation that's the issue? |
Yes. As far as I can tell, this As the rest of the tests for the solution interface, and other tests that use the solution interface pass, I'm pretty confident the issue is with the test, rather than the solution interface. |
Spinning up a PR to get the CI back in shape. |
thanks that will be immensely helpful |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.