From 5f0c3fa4c4e637a6b9d026697856b035fdc77d1d Mon Sep 17 00:00:00 2001 From: Edoardo Balzani Date: Thu, 12 Dec 2024 10:39:59 -0500 Subject: [PATCH] Update src/nemos/basis/_decaying_exponential.py Co-authored-by: William F. Broderick --- src/nemos/basis/_decaying_exponential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nemos/basis/_decaying_exponential.py b/src/nemos/basis/_decaying_exponential.py index 6e867bd6..65a71a3e 100644 --- a/src/nemos/basis/_decaying_exponential.py +++ b/src/nemos/basis/_decaying_exponential.py @@ -154,7 +154,7 @@ def _evaluate( # process one input at the time (orthogonalization must be done one input at the time) - # flatten all inputs + # flatten all non-time dimensions shape = sample_pts.shape sample_pts = sample_pts.reshape(sample_pts.shape[0], -1) basis_list = []