You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a regression due to changes in Numpy 2.2. The bug is correctly identified both by Mypy and Pyright. The given error message is from Mypy. I initially mentioned this problem in #27957 and was asked by @jorenham to report it separately. See #27957 for more information.
Describe the issue:
This is a regression due to changes in Numpy 2.2. The bug is correctly identified both by Mypy and Pyright. The given error message is from Mypy. I initially mentioned this problem in #27957 and was asked by @jorenham to report it separately. See #27957 for more information.
Reproduce the code example:
Error message:
Python and NumPy Versions:
Python 3.13.1
Numpy 2.2.1
Runtime Environment:
No response
Context for the issue:
In one of our projects, this regression results in 30 (unhelpful) error messages.
The text was updated successfully, but these errors were encountered: