NeuroKit icon indicating copy to clipboard operation
NeuroKit copied to clipboard

nk.hrv throw a TypeError: 'list' object is not callable

Open zj2050 opened this issue 8 months ago • 6 comments

when call hrv_indices = nk.hrv(rpeaks, sampling_rate=64.0, show=DEBUG) will take a error like: 'list' object is not callable rpeaks = array([ 61, 108, 159, 207, 256, 304, 355, 403, 455, 503, 551, 601, 651, 702, 753, 803, 850, 898, 947], dtype=int64)

python 3.11.2 and neurokit 0.2.6

zj2050 avatar Nov 02 '23 01:11 zj2050