-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
CLN: remove merge-pr script, clean Exception in tm, doc #28442
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,7 @@ def test_dask(df): | |
assert ddf.compute() is not None | ||
|
||
|
||
@pytest.mark.filterwarnings("ignore:Panel class is removed") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was this not causing CI failures before? Thought we failed on warnings like this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is showing up locally There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should not be needed with latest xarray I suppose |
||
def test_xarray(df): | ||
|
||
xarray = import_module("xarray") # noqa | ||
|
Uh oh!
There was an error while loading. Please reload this page.