Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Sep 23, 2024
1 parent f9d58df commit be21820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elephant/spike_train_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ def spike_extraction(
and many spike sorting tools choose values in this range:
Spikes are typically about 1-2 ms in length. This is to include a small interval before
the spike peak and a slightly larger interval after the spike peak to capture the dynamics following
the spike. Adjusting this interval will modify the waveforms stored in the neo :class:`neo.core.SpikeTrain`, but it will not
affect the spike times.
the spike. Adjusting this interval will modify the waveforms stored in the neo :class:`neo.core.SpikeTrain`,
but it will not affect the spike times.
Default: (-2 * pq.ms, 4 * pq.ms)
always_as_list: bool, optional
If True, :class:`neo.core.spiketrainslist.SpikeTrainList` is returned.
Expand Down

0 comments on commit be21820

Please sign in to comment.