-
Notifications
You must be signed in to change notification settings - Fork 915
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
Enable FutureWarnings/DeprecationWarnings as errors for dask_cudf #15634
Enable FutureWarnings/DeprecationWarnings as errors for dask_cudf #15634
Conversation
Sorry - Just noticed that this PR may clash with #15593. Pretty sure my last commit will avoid the problem, but I will keep my eye on CI and follow up if I missed anything. [EDIT: Definitely looks like I'll need to do some dask-cudf cleanup to get this passing - Sorry about that.] |
f = tmp_path / "data.json" | ||
f.touch() |
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.
question: Why do we need to touch the file first?
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.
Ah turns out we didn't need to touch the file. Removed
@@ -543,7 +543,7 @@ def test_struct_explode(data): | |||
|
|||
|
|||
def test_tz_localize(): | |||
data = Series(date_range("2000-04-01", "2000-04-03", freq="H")) | |||
data = Series(date_range("2000-04-01", "2000-04-03", freq="h")) |
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.
Were these "always wrong"?
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.
Not "always wrong" I think these aliases are just deprecated in pandas 2.x
/merge |
Part of rapidsai/build-planning#26 Builds on #15634 Authors: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Lawrence Mitchell (https://github.com/wence-) URL: #15642
Description
Part of rapidsai/build-planning#26
Checklist