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.