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
Fix runtime test failures on Windows (AMD64) with NumPy 2.3
- Update alias checks in test_ctype_assumptions.py
- Use np.dtype() comparison instead of 'is' identity check to handle NumPy 2.0+ distinct type classes
- Account for Windows AMD64 where np.long maps to int32 and np.longdouble maps to float64
0 commit comments