Skip to content

Commit

Permalink
Update test_parallelcompat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Jul 9, 2024
1 parent 9c619a2 commit 36831ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_parallelcompat.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def normalize_chunks(
return normalize_chunks(chunks, shape, limit, dtype, previous_chunks)

def from_array(
self, data: duckarray[Any, _DType], chunks: _Chunks, **kwargs
self, data: duckarray[Any, _DType], chunks: _ChunksLike, **kwargs
) -> chunkedduckarray[Any, _DType]:
from dask import array as da

Expand Down

0 comments on commit 36831ce

Please sign in to comment.