UXARRAY / uxarray

Xarray extension for unstructured climate and global weather data analysis and visualization.
https://uxarray.readthedocs.io/
Apache License 2.0
148 stars 31 forks source link

Fix UXARRAY/uxarray#862 #863

Closed kjnam closed 1 month ago

kjnam commented 1 month ago

This commit removes an unnecessary set of parentheses around isel, which creates a tuple, causing an error later in the UxDataArray construction.

Overview

Expected Usage

No change in usage.

PR Checklist

General

Testing

Documentation

Examples

kjnam commented 1 month ago

@erogluorhan No problem. It seems I am hitting edge cases that are not being tested. Thanks for the great work.