Skip to content

Commit

Permalink
read
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Nov 21, 2024
1 parent bd147d6 commit a00345d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hdmf_zarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ def __open_file_consolidated(self,
This method will check to see if the metadata has been consolidated.
If so, use open_consolidated.
"""
# breakpoint()
# This check is just a safeguard for possible errors in the future. But this should never happen
if mode == 'r-':
raise ValueError('Mode r- not allowed for reading with consolidated metadata')
Expand Down Expand Up @@ -771,7 +770,7 @@ def resolve_ref(self, zarr_ref):
target_name = os.path.basename(object_path)
else:
target_name = ROOT_NAME
# breakpoint()

target_zarr_obj = self.__open_file_consolidated(store=source_file,
mode='r',
storage_options=self.__storage_options)
Expand Down

0 comments on commit a00345d

Please sign in to comment.