Skip to content

Commit

Permalink
Update src/spikeinterface/core/sortinganalyzer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Aug 20, 2024
1 parent 2af85b3 commit 33e27b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/sortinganalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def create_zarr(cls, folder, sorting, recording, sparsity, return_scaled, rec_at
def load_from_zarr(cls, folder, recording=None, storage_options=None):
import zarr

zarr_root = zarr.open_consolidated(str(folder), mode="r", storage_options=storage_options)
zarr_root = zarr.open(str(folder), mode="r", storage_options=storage_options)

# load internal sorting in memory
sorting = NumpySorting.from_sorting(
Expand Down

0 comments on commit 33e27b1

Please sign in to comment.