Skip to content

Commit

Permalink
Merge pull request #371 from davidhassell/dask-set-subspace
Browse files Browse the repository at this point in the history
dask: `Data._set_subspace`
  • Loading branch information
davidhassell authored Apr 5, 2022
2 parents e827ca4 + 30845a6 commit 0cd3197
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cf/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4240,6 +4240,10 @@ def __query_wo__(self, value):
"""TODO."""
return (self < value[0]) | (self > value[1])

def _set_subspace(self, *args, **kwargs):
"""'cf.Data._set_subspace' is unavailable."""
raise NotImplementedError("'cf.Data._set_subspace' is unavailable.")

@classmethod
def concatenate(cls, data, axis=0, _preserve=True):
"""Join a sequence of data arrays together.
Expand Down

0 comments on commit 0cd3197

Please sign in to comment.