-
Notifications
You must be signed in to change notification settings - Fork 212
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
pandas testsuite with numpy 2.0.0rc1 fails on numexpr #483
Comments
This is a consequence of the sanitizers that numexpr implemented a few months ago. In general, it is considered not a good idea to call arbitrary functions inside numexpr expressions, so we encourage to rewrite that test as:
|
Message to comment on stale issues. If none provided, will not mark issues stale |
I am not sure why the pandas bug is still not picked up yet. Numpy as been released for a few weeks already and the regular pandas CI should have encountered the failure by now. |
Message to comment on stale issues. If none provided, will not mark issues stale |
This was fixed in pandas main and is being backported in pandas-dev/pandas#59513 |
Message to comment on stale issues. If none provided, will not mark issues stale |
I'm currently testing numpy 2 on the the openSUSE python ecosystem. I notice the pandas test suite failing when numpy 2.0.0rc1 is installed instead of 1.26.4:
The text was updated successfully, but these errors were encountered: