Skip to content

Commit

Permalink
Undo group attr change for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Aug 14, 2024
1 parent e1846c3 commit 4d1ed86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rex/rechunk_h5/rechunk_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_dataset_attributes(h5_file, out_json=None, chunk_size=2,
with h5py.File(h5_file, 'r') as f:
global_attrs = dict(f.attrs)

for ds_name in BaseResource._get_datasets(f):
for ds_name in f:
ds = f[ds_name]
try:
arr_size = ds_name in ['meta', 'coordinates', 'time_index']
Expand Down

0 comments on commit 4d1ed86

Please sign in to comment.