Skip to content

Commit

Permalink
Update hdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored Jul 6, 2021
1 parent 2f0e356 commit cf5030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec_reference_maker/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _translator(self, name: str, h5obj: Union[h5py.Dataset, h5py.Group]):
return

#
# check for unsupported dataset properties
# check for unsupported HDF encoding/filters
#
if h5obj.scaleoffset:
raise RuntimeError(
Expand Down

0 comments on commit cf5030e

Please sign in to comment.