From 7282d0d809709b2f61a2864d1b11265930b6c057 Mon Sep 17 00:00:00 2001 From: Guillaume Viejo Date: Tue, 7 May 2024 17:03:43 -0400 Subject: [PATCH] Update pynapple/core/time_series.py Co-authored-by: Edoardo Balzani --- pynapple/core/time_series.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pynapple/core/time_series.py b/pynapple/core/time_series.py index f7c43f87..6cc446d5 100644 --- a/pynapple/core/time_series.py +++ b/pynapple/core/time_series.py @@ -471,7 +471,8 @@ def convolve(self, array, ep=None, trim="both"): Parameters ---------- array : array-like - + One dimensional input array-like. + ep : None, optional The epochs to apply the convolution trim : str, optional