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 @@ -660,7 +660,7 @@ async def _create(
660
660
overwrite = overwrite ,
661
661
)
662
662
else :
663
- raise ValueError (f"Insupported zarr_format. Got: { zarr_format } " )
663
+ raise ValueError (f"Unsupported zarr_format. Got: { zarr_format } " )
664
664
665
665
if data is not None :
666
666
# insert user-provided data
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ def delete_dir(self, data: DataObject) -> None:
248
248
# array_path = data.draw(st.sampled_from(self.all_arrays), label="Array move source")
249
249
# to_group = data.draw(st.sampled_from(self.all_groups), label="Array move destination")
250
250
251
- # # fixme renaiming to self?
251
+ # # fixme renaming to self?
252
252
# array_name = os.path.basename(array_path)
253
253
# assume(self.model.can_add(to_group, array_name))
254
254
# new_path = f"{to_group}/{array_name}".lstrip("/")
@@ -265,7 +265,7 @@ def delete_dir(self, data: DataObject) -> None:
265
265
266
266
# from_group_name = os.path.basename(from_group)
267
267
# assume(self.model.can_add(to_group, from_group_name))
268
- # # fixme renaiming to self?
268
+ # # fixme renaming to self?
269
269
# new_path = f"{to_group}/{from_group_name}".lstrip("/")
270
270
# note(f"moving group '{from_group}' -> '{new_path}'")
271
271
# self.model.rename(from_group, new_path)
You can’t perform that action at this time.
0 commit comments