File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ]
You can’t perform that action at this time.
0 commit comments