We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccdfce commit d9fe0aaCopy full SHA for d9fe0aa
src/blosc2/ndarray.py
@@ -1175,10 +1175,11 @@ def dparams(self) -> blosc2.DParams:
1175
"""The decompression parameters used by the array."""
1176
return self.schunk.dparams
1177
1178
- @property
1179
- def storage(self) -> blosc2.Storage:
1180
- """The storage of the array."""
1181
- return self.schunk.storage
+ # TODO: Uncomment when blosc2.Storage is available
+ # @property
+ # def storage(self) -> blosc2.Storage:
+ # """The storage of the array."""
1182
+ # return self.schunk.storage
1183
1184
@property
1185
def urlpath(self) -> str:
0 commit comments