Skip to content

Commit a750428

Browse files
committed
WIP: zarr 3 and plates not supported
1 parent bcaed88 commit a750428

3 files changed

Lines changed: 3 additions & 795 deletions

File tree

biomero_importer/utils/importer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,7 @@ def import_to_omero(self, conn, file_path, target_id, target_type, uuid, transfe
522522

523523
@connection
524524
def import_zarr(self, conn, uri, target):
525-
import omero_zarr.zarr_import # ERROR: No module named 'omero_zarr'
526-
525+
import omero_zarr.zarr_import
527526
import zarr
528527

529528
objs = omero_zarr.zarr_import.import_zarr(conn, uri, target=target)

0 commit comments

Comments
 (0)