-
Notifications
You must be signed in to change notification settings - Fork 358
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
Compute Index.is_monotonic/Index.is_monotonic_decreasing in a distributed manner #1354
Compute Index.is_monotonic/Index.is_monotonic_decreasing in a distributed manner #1354
Conversation
7060e77
to
534148b
Compare
Basically, it checks:
|
534148b
to
fb0b544
Compare
Can't reproduce the test failure in my local .. |
30d9d37
to
ae10be6
Compare
Codecov Report
@@ Coverage Diff @@
## master #1354 +/- ##
==========================================
+ Coverage 95.23% 95.27% +0.03%
==========================================
Files 34 34
Lines 7576 7638 +62
==========================================
+ Hits 7215 7277 +62
Misses 361 361
Continue to review full report at Codecov.
|
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.
Otherwise, LGTM.
Nice work |
LGTM |
cef272d
to
1cda816
Compare
This PR proposes to compute
is_monotonic
/is_monotonic_decreasing
in a distributed manner.The approach is: