-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
⚠️ CI failed on Linux_Nightly_PyPy.pypy3 ⚠️ #27648
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 test_plot_partial_dependence_with_categorical error seems genuine: import numpy as np
import matplotlib.pyplot as plt
plt.bar(np.array(['A', 'A', 'B']), np.array([1, 2, 3])) For some reason this snippet does not work with PyPy with the stack-trace below, but works fine with CPython:
|
Looks like this issue does not exist in matplotlib 3.8.1 for PyPy, so fixed by #27687 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
CI is still failing on Linux_Nightly_PyPy.pypy3 (Nov 06, 2023)
The text was updated successfully, but these errors were encountered: