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 942fa90 commit 32bf020Copy full SHA for 32bf020
1 file changed
src/blosc2/ndarray.py
@@ -1170,7 +1170,6 @@ def __next__(self):
1170
class NDArray(blosc2_ext.NDArray, Operand):
1171
def __init__(self, **kwargs):
1172
self._schunk = SChunk(_schunk=kwargs["_schunk"], _is_view=True) # SChunk Python instance
1173
- self.base = SChunk(_schunk=kwargs["_schunk"], _is_view=True) # SChunk Python instance
1174
self._keep_last_read = False
1175
# Where to store the last read data
1176
self._last_read = {}
0 commit comments