File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ async def _create(
699
699
overwrite = overwrite ,
700
700
)
701
701
else :
702
- raise ValueError (f"Insupported zarr_format. Got: { zarr_format } " )
702
+ raise ValueError (f"Unsupported zarr_format. Got: { zarr_format } " )
703
703
704
704
if data is not None :
705
705
# insert user-provided data
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ def delete_dir(self, data: DataObject) -> None:
301
301
# array_path = data.draw(st.sampled_from(self.all_arrays), label="Array move source")
302
302
# to_group = data.draw(st.sampled_from(self.all_groups), label="Array move destination")
303
303
304
- # # fixme renaiming to self?
304
+ # # fixme renaming to self?
305
305
# array_name = os.path.basename(array_path)
306
306
# assume(self.model.can_add(to_group, array_name))
307
307
# new_path = f"{to_group}/{array_name}".lstrip("/")
@@ -318,7 +318,7 @@ def delete_dir(self, data: DataObject) -> None:
318
318
319
319
# from_group_name = os.path.basename(from_group)
320
320
# assume(self.model.can_add(to_group, from_group_name))
321
- # # fixme renaiming to self?
321
+ # # fixme renaming to self?
322
322
# new_path = f"{to_group}/{from_group_name}".lstrip("/")
323
323
# note(f"moving group '{from_group}' -> '{new_path}'")
324
324
# self.model.rename(from_group, new_path)
You can’t perform that action at this time.
0 commit comments