Skip to content

Commit

Permalink
Update src/spikeinterface/core/basesorting.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
h-mayorquin and zm711 authored Nov 20, 2023
1 parent a1861e6 commit 2f49b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/basesorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def get_unit_property(self, unit_id, key):

def get_total_num_spikes(self):
warnings.warn(
"Sorting.get_total_num_spikes() is deprecated and will be removed in spikeinterface 0.102, se sorting.count_num_spikes_per_unit()",
"Sorting.get_total_num_spikes() is deprecated and will be removed in spikeinterface 0.102, use sorting.count_num_spikes_per_unit()",
DeprecationWarning,
stacklevel=2,
)
Expand Down

0 comments on commit 2f49b46

Please sign in to comment.