-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unit tests fail with numpy 1.19 and matplotlib 3.3.0 #26
Comments
This should all be fixed as of master. Can you confirm? |
Yes you are correct. Latest master daba5f3 passes all unit tests. Sorry, I looked into the closed issues and PRs but did not skim the commit history. Are you going to make a release soon or should I try to backport the relevant commits to 0.3? |
I'll wait a bit for setuptools to figure out what they want to do with pypa/setuptools#2259. |
Hmm, I applied b12a791 but I still get the following error on i586 only (!?)
|
does diff --git i/tests/test_mplcursors.py w/tests/test_mplcursors.py
index 2f53f14..940eb13 100644
--- i/tests/test_mplcursors.py
+++ w/tests/test_mplcursors.py
@@ -26,6 +26,7 @@ approx = functools.partial(pytest.approx, abs=1e-2)
@pytest.fixture
def fig():
+ plt.rcParams["axes.unicode_minus"] = False
fig = plt.figure(1)
fig.canvas.callbacks.exception_handler = None
return fig help? |
There are comparison failures for formatted coordinates and a non iterable
LineCollection
numpy 1.19.0
matplotlib 3.3.0
(system packages on openSUSE Tumbleweed)
The text was updated successfully, but these errors were encountered: