From discussion on #766:
We still likely have bugs because a user can define their own codec that doesn't subclass from Zarr python. In that case, their custom codec will be dropped
We should prefer raising instead of silently dropping a codec, because with a missing codec the user will never have their data deserialized correctly.
cc @maxrjones
From discussion on #766:
We should prefer raising instead of silently dropping a codec, because with a missing codec the user will never have their data deserialized correctly.
cc @maxrjones