Skip to content

Commit 33e27b1

Browse files
authored
Update src/spikeinterface/core/sortinganalyzer.py
1 parent 2af85b3 commit 33e27b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/sortinganalyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def create_zarr(cls, folder, sorting, recording, sparsity, return_scaled, rec_at
563563
def load_from_zarr(cls, folder, recording=None, storage_options=None):
564564
import zarr
565565

566-
zarr_root = zarr.open_consolidated(str(folder), mode="r", storage_options=storage_options)
566+
zarr_root = zarr.open(str(folder), mode="r", storage_options=storage_options)
567567

568568
# load internal sorting in memory
569569
sorting = NumpySorting.from_sorting(

0 commit comments

Comments
 (0)