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
SignalMixin.smooth_frames: check lengths of input arrays.
Ensure that all of the input signals have the expected lengths before
trying to do anything else.
(If any of the signal lengths were wrong, this would typically have
raised a ValueError later on - though not always, since numpy will try
to be clever if one of the arguments is an array of length 1.)
0 commit comments