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
test_1c: test reading single-frequency record in non-smooth mode.
When smooth_frames is False, rdrecord should store the signal data as
a list of 1D arrays (each signal at its original sampling frequency)
rather than as a "smooth" 2D array. Previously, this would fail if
the input record contained only one sample per frame. Modify the
existing test case to check that this works.
0 commit comments