Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix array handling in contour level calculation
Previously, the contour level calculation used non-scalar types directly, causing errors. Added `.values` to ensure proper handling of scalar values extracted from xarray objects. This issue arose with the change to `numpy>=2`.
- Loading branch information