Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use max dtype for integer dtype, either
np.int64
or np.object_
NumPy 2.0 raises an OverflowError instead of casting to dtype np.object_ as in previous versions. This can happen here if field.charactersitic is to large to fit in a np.int64.
- Loading branch information