Skip to content

Commit

Permalink
Update holoviews/core/data/xarray.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 11, 2023
1 parent 5991a3c commit 9074174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/core/data/xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def select(cls, dataset, selection_mask=None, **selection):
if dropped and not indexed:
data = data.expand_dims(dropped)
# see https://github.com/pydata/xarray/issues/2891
# since we only expanded on dimnesions of size 1
# since we only expanded on dimensions of size 1
# we can monkeypatch the dataarray back to writeable.
for d in data.values():
if hasattr(d.data, 'flags'):
Expand Down

0 comments on commit 9074174

Please sign in to comment.