Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue ecmwf#470, allowing NumPy types in the sel() method.
- Added support for NumPy scalars by checking if the item has an 'item' method and calling it when applicable. - Converted non-scalar NumPy arrays to lists to ensure consistent handling in the selection process.
- Loading branch information