Skip to content
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

[REVIEW] Remove unused keyword in PorterStemmer code #3289

Merged
merged 1 commit into from
Dec 11, 2020

Conversation

wphicks
Copy link
Contributor

@wphicks wphicks commented Dec 9, 2020

Remove keyword "stops" from call to cudf.core.column.string.slice, which no longer accepts arbitrary keywords.

cuDF change introduced in rapidsai/cudf#6750.

Remove keyword "stops" from call to cudf.core.column.string.slice, which
no longer accepts arbitrary keywords
@wphicks wphicks requested a review from a team as a code owner December 9, 2020 20:23
@wphicks wphicks added bug Something isn't working non-breaking Non-breaking change labels Dec 9, 2020
@wphicks
Copy link
Contributor Author

wphicks commented Dec 9, 2020

This PR should resolve the CI failures observed in PR #3281.

@wphicks wphicks added the 3 - Ready for Review Ready for review by team label Dec 9, 2020
@wphicks wphicks changed the title Remove unused keyword in PorterStemmer code [REVIEW] Remove unused keyword in PorterStemmer code Dec 9, 2020
@JohnZed JohnZed added 6 - Okay to Auto-Merge and removed 3 - Ready for Review Ready for review by team labels Dec 9, 2020
@JohnZed
Copy link
Contributor

JohnZed commented Dec 11, 2020

rerun tests

@JohnZed
Copy link
Contributor

JohnZed commented Dec 11, 2020

ack, that was the test failure that @lowener is fixing in #3291

@codecov-io
Copy link

codecov-io commented Dec 11, 2020

Codecov Report

❗ No coverage uploaded for pull request base (branch-0.18@0aad11c). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             branch-0.18    #3289   +/-   ##
==============================================
  Coverage               ?   71.45%           
==============================================
  Files                  ?      205           
  Lines                  ?    16594           
  Branches               ?        0           
==============================================
  Hits                   ?    11858           
  Misses                 ?     4736           
  Partials               ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0aad11c...f46d6fe. Read the comment docs.

@rapids-bot rapids-bot bot merged commit e495dbe into rapidsai:branch-0.18 Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants