-
-
Notifications
You must be signed in to change notification settings - Fork 36
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 more ambiguity #154
Fix more ambiguity #154
Conversation
This and #152 really ought to have tests which fail before. |
See the nightly failures
Not sure what changed in 1.10 which started these ambiguity failures |
cee7b5a
to
81a210a
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #154 +/- ##
==========================================
- Coverage 73.71% 72.53% -1.18%
==========================================
Files 9 9
Lines 700 710 +10
==========================================
- Hits 516 515 -1
- Misses 184 195 +11 ☔ View full report in Codecov by Sentry. |
ff7e556
to
707ed10
Compare
@mcabbott @ChrisRackauckas All the nightly ambiguity failures are gone with these changes |
af0f061
to
5147dff
Compare
1.10+ tests fail on master #155 |
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.
Confirmed this fixes the broken tests
Needed for SciML/DiffEqFlux.jl#873
The ambiguity doesn't exist in 1.9 for some reason (see the test failures)