Child classes do not call the __init__
method of the base class
#2378
Labels
bug
Potential issues with the zarr-python library
__init__
method of the base class
#2378
Zarr version
v3
Description
I think this could and should be fixed in most cases:
core.buffer.gpu.Buffer.__init__
does not callcore.buffer.core.Buffer.__init__
core.buffer.gpu.NDBuffer.__init__
does not callcore.buffer.core.NDBuffer.__init__
storage.logging.LoggingStore.__init__
does not callabc.store.Store.__init__
Do you agree?
Steps to reproduce
Full list of occurrences available here:
The text was updated successfully, but these errors were encountered: