Closed meierman1 closed 2 years ago
Usually working_data['peaklist'] is returned as a list. However, if there is a peak in the first 150ms of the trace, it is removed in calc_rr(). As a result of this, working_data['peaklist'] is overwritten by an np.array.
working_data['peaklist']
calc_rr()
See Pull request for solving.
Usually
working_data['peaklist']
is returned as a list. However, if there is a peak in the first 150ms of the trace, it is removed incalc_rr()
. As a result of this,working_data['peaklist']
is overwritten by an np.array.See Pull request for solving.