-
Notifications
You must be signed in to change notification settings - Fork 163
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
Select product of slices. #842
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #842 +/- ##
==========================================
+ Coverage 86.81% 87.11% +0.30%
==========================================
Files 100 100
Lines 6081 6223 +142
==========================================
+ Hits 5279 5421 +142
Misses 802 802 ☔ View full report in Codecov by Sentry. |
fb5a1a2
to
07c1706
Compare
Related to: #852 |
1ec3008
to
4f4e380
Compare
4f4e380
to
25d94de
Compare
check(array, subarray, yslices, xslices); | ||
} | ||
|
||
SECTION("pR") { |
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.
What about RR
and PP
?
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 wasn't scared that I'd be missing anything by skipping those, I'll add them.
No description provided.