Skip to content

Commit

Permalink
Update src/hdmf_zarr/backend.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Ruebel <[email protected]>
  • Loading branch information
mavaylon1 and oruebel authored Sep 23, 2023
1 parent a5b163c commit 038053e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hdmf_zarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,9 +1179,9 @@ def __read_dataset(self, zarr_obj, name):
# reference array
if dtype == 'object': # wrap with dataset ref
data = BuilderZarrReferenceDataset(data, self)
# TODO: Region reference not wrapped yet
# elif dtype == 'region':
# reg_refs = True
# TODO: Resolution of Region reference not yet supported by BuilderZarrRegionDataset
elif dtype == 'region':
data = BuilderZarrRegionDataset(data, self)

kwargs['data'] = data
if name is None:
Expand Down

0 comments on commit 038053e

Please sign in to comment.