Skip to content

Commit

Permalink
minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 14, 2023
1 parent 860c996 commit a1bcd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/daskmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def normalize_chunks(
def from_array(self, data: Any, chunks, **kwargs) -> DaskArray:
import dask.array as da

if isinstance(data, ImplicitToExplicitIndexingAdapter) and "meta" not in kwargs:
if isinstance(data, ImplicitToExplicitIndexingAdapter):
# lazily loaded backend array classes should use NumPy array operations.
kwargs["meta"] = np.ndarray

Expand Down

0 comments on commit a1bcd94

Please sign in to comment.