Skip to content

Commit b7e4d61

Browse files
committed
Attempt to fix indexing for Dask
This is a naive attempt to make `isel` work with Dask Known limitation: it triggers the computation.
1 parent ad2f79e commit b7e4d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from contextlib import suppress
66
from datetime import timedelta
77
from typing import Any, Callable, Iterable, List, Optional, Tuple, Union
8-
import dask.array as da
8+
import dask.array as da
99

1010
import numpy as np
1111
import pandas as pd

0 commit comments

Comments
 (0)