Skip to content

Commit

Permalink
Merge pull request #366 from norlandrhagen/patch-2
Browse files Browse the repository at this point in the history
Remove `breakpoint()` from hdf
  • Loading branch information
martindurant authored Sep 30, 2023
2 parents 44d6ed8 + 46f8e19 commit 51987d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kerchunk/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def _decode_filters(self, h5obj: Union[h5py.Dataset, h5py.Group]):
f"{h5obj.name} uses bitshuffle compression - not supported by kerchunk"
)
else:
breakpoint()
raise RuntimeError(
f"{h5obj.name} uses filter id {filter_id} with properties {properties},"
f" not supported by kerchunk., supported filters are {self.decoders.keys()}"
Expand Down

0 comments on commit 51987d9

Please sign in to comment.