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 63a3aa8 commit bd8ba55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hdmf_zarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,10 +1171,6 @@ def __read_dataset(self, zarr_obj, name):
if dts['dtype'] in ['object', 'region']: # check items for object reference
has_reference = True
break
# TODO: Region reference not supported
# elif dts['dtype'] == 'region':
# has_reference = True
# break
retrieved_dtypes = [dtype_dict['dtype'] for dtype_dict in dtype]
if has_reference:
data = BuilderZarrTableDataset(zarr_obj, self, retrieved_dtypes)
Expand Down

0 comments on commit bd8ba55

Please sign in to comment.