From 96f9b872c2e77dc17393202cb4f415e9e705199a Mon Sep 17 00:00:00 2001 From: Moritz Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:29:21 +0200 Subject: [PATCH] remove #noqa --- elephant/spike_train_generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elephant/spike_train_generation.py b/elephant/spike_train_generation.py index ecac8b41d..8413369d7 100644 --- a/elephant/spike_train_generation.py +++ b/elephant/spike_train_generation.py @@ -193,7 +193,7 @@ def spike_extraction( Default: False Returns - ------- # noqa + ------- result_st : :class:`neo.core.SpikeTrain`, :class:`neo.core.spiketrainslist.SpikeTrainList`. Contains the time_stamps of each of the spikes and the waveforms in `result_st.waveforms`.