You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify expanded signal format in docstrings (#556)
The docstrings for `e_p_signal` and `e_d_signal` incorrectly stated
these could be either a 2D numpy array or a list of 1D numpy arrays. In
practice, expanded signals are always stored as a list of 1D numpy
arrays to support cases where different channels have different
`samps_per_frame` values.
0 commit comments