From f29897a2767a7793eb1e44c0ad0c51b2192571b4 Mon Sep 17 00:00:00 2001 From: James Nelson Date: Tue, 20 Jan 2026 09:30:13 +0000 Subject: [PATCH] test edit --- qse/signal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qse/signal.py b/qse/signal.py index 3858db7..d01958f 100644 --- a/qse/signal.py +++ b/qse/signal.py @@ -10,7 +10,7 @@ class Signal: Parameters ---------- values : list | np.ndarray - The values of the signal. + The values of the signal.test edit duration : int Duration of the signal. Defaults to the length of the passed values.