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 Sep 16, 2024
1 parent b1677fa commit 9a72959
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 @@ -591,7 +591,7 @@ def load_from_zarr(cls, folder, recording=None, storage_options=None):
warnings.warn(
"The zarr store was not properly consolidated prior to v0.101.1. "
"This may lead to unexpected behavior in loading extensions. "
"Please consider re-saving the SortingAnalyzer object."
"Please consider re-generating the SortingAnalyzer object."
)

# load internal sorting in memory
Expand Down

0 comments on commit 9a72959

Please sign in to comment.