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
Added comprehensive handling for NumPy's DeprecationWarning about
out-of-bound integer conversion in multiple locations:
- Added _safe_type_cast() helper function to handle the conversion safely
- Updated _encode_unsigned_fill_value() to suppress the warning
- Fixed missing_value encoding to use _safe_type_cast()
- Refactored _FillValue encoding to use the helper function
This should fix all test failures in the bare-min-and-scipy CI environment
where older NumPy versions raise DeprecationWarning instead of OverflowError.
0 commit comments