-
Notifications
You must be signed in to change notification settings - Fork 146
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
Restrict StaticArrays to compatible versions #688
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #688 +/- ##
==========================================
- Coverage 89.65% 89.57% -0.09%
==========================================
Files 11 11
Lines 967 969 +2
==========================================
+ Hits 867 868 +1
- Misses 100 101 +1 ☔ View full report in Codecov by Sentry. |
fc299e6
to
e321f97
Compare
09ce8d0
to
e03a03a
Compare
e03a03a
to
8279653
Compare
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.
LGTM (I'm fine with fixing the remaining allocation tests in a separate PR).
156fd64
to
6b5ed48
Compare
@devmotion I've also disabled testing on nightly. There is a failure similarly to the one that was fixed in 1.10 by capping StaticArrays. I've also marked two of the allocation tests as broken. |
It looks like version 1.7 broke the eigen definition here so until it has been fixed, the bounds would have to be restricted.