Skip to content

Commit 3406f85

Browse files
zm711JoeZiminski
andauthored
Joe's comments
Co-authored-by: Joe Ziminski <55797454+JoeZiminski@users.noreply.github.com>
1 parent b1f11fb commit 3406f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spikeinterface/core/analyzer_extension_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ComputeRandomSpikes(AnalyzerExtension):
2828
2929
This will be used by the `waveforms`/`templates` extensions.
3030
31-
This internally use `random_spikes_selection()` parameters.
31+
This internally uses `random_spikes_selection()` parameters.
3232
3333
Parameters
3434
----------
@@ -106,7 +106,7 @@ def get_random_spikes(self):
106106
return self._some_spikes
107107

108108
def get_selected_indices_in_spike_train(self, unit_id, segment_index):
109-
# useful for Waveforms extractor backwars compatibility
109+
# useful for WaveformExtractor backwards compatibility
110110
# In Waveforms extractor "selected_spikes" was a dict (key: unit_id) of list (segment_index) of indices of spikes in spiketrain
111111
sorting = self.sorting_analyzer.sorting
112112
random_spikes_indices = self.data["random_spikes_indices"]

0 commit comments

Comments
 (0)