From b21bfe1e7ba8b1343d349286a7efa0b4441092c9 Mon Sep 17 00:00:00 2001 From: Moritz Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:21:45 +0100 Subject: [PATCH] refactoring --- elephant/statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elephant/statistics.py b/elephant/statistics.py index 45d9cd283..33d3bafc3 100644 --- a/elephant/statistics.py +++ b/elephant/statistics.py @@ -613,7 +613,7 @@ def instantaneous_rate(spiketrains, sampling_period, kernel='auto', Parameters ---------- - spiketrains : neo.SpikeTrain, list of neo.SpikeTrain or elephant.trials.Trials # noqa + spiketrains : neo.SpikeTrain, list of neo.SpikeTrain or elephant.trials.Trials Input spike train(s) for which the instantaneous firing rate is calculated. If a list of spike trains is supplied, the parameter pool_spike_trains determines the behavior of the function. If a Trials