Skip to content

Commit

Permalink
Update xarray/core/variable.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Apr 16, 2024
1 parent fc60dcf commit 0374086
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xarray/core/variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -2575,11 +2575,6 @@ def chunk( # type: ignore[override]
dask.array.from_array
"""

if is_extension_array_dtype(self):
raise ValueError(
f"{self} was found to be a Pandas ExtensionArray. Please convert to numpy first."
)

if from_array_kwargs is None:
from_array_kwargs = {}

Expand Down

0 comments on commit 0374086

Please sign in to comment.