-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: suppress matplotlib warnings (or determine if they represent a bug) #37178
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
Comments
The warnings are from the pandas side of things: pandas/pandas/plotting/_matplotlib/tools.py Lines 226 to 231 in 58dcafa
|
xref #18306 |
I fixed similar warnings in #36982 |
@jbrockmendel I think the PR mentioned helps resolve the problem. |
I checked on master.
So, probably the issue can be closed. |
thanks |
There are a bunch of these in the test logs:
Do these represent problems we need to do something about? cc @tacaswell
If not, we should suppress them. My attempts to do so with
pytestmark = pytest.mark.filterwarnings
have failed, could use another pair of eyeballs.The text was updated successfully, but these errors were encountered: