Closed alexk101 closed 1 year ago
Hi 👋 Thanks for reaching out and opening your first issue here! We'll try to come back to you as soon as possible. ❤️
Hi sorry for the late answer, would you have a reproducible example?
I will have get back to you once I find the problem again, as it has been a while since I last looked at the code.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
When calculating
hrv_rsa
with the continuous parameter set to True, aValueError
related to the interpolation of the signal is raised.To Reproduce
Expected behaviour
The method should correctly compute the continuous RSA signal when provided with valid ecg and rsp signals.
System Specifications
OS: Linux (ELF 64bit)
Python: 3.9.12
NeuroKit2: 0.2.0
NumPy: 1.22.3
Pandas: 1.4.2
SciPy: 1.8.1
sklearn: 1.1.1
matplotlib: 3.5.2
The dataset used can be provided if necessary.
Associated Stacktrace