We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eda_plot
Describe the bug eda_plot throws ValueError when the number of onsets is not the same as the number of peaks because of the sentence
ValueError
NeuroKit/neurokit2/eda/eda_plot.py
Line 114 in c110438
To Reproduce
[0.0, 0.180624, 0.217774, 0.25108, 0.228022, 0.226741, 0.226741, 0.219055, 0.217774, 0.21265]
eda_plot()
Expected behaviour I would expect one of the following:
System Specifications
OS: Linux (ELF 64bit)
Python: 3.10.2
NeuroKit2: 0.1.7
NumPy: 1.22.3
Pandas: 1.4.1
SciPy: 1.8.0
sklearn: 1.0.2
matplotlib: 3.5.1
The text was updated successfully, but these errors were encountered:
Hi 👋 Thanks for reaching out and opening your first issue here! We'll try to come back to you as soon as possible. ❤️
Sorry, something went wrong.
that in this case, eda_plot would simply not plot the first onset.
Yes we should go ahead with this option, I don't think there is a need for a warning.
Would you mind opening another PR with a fix? Thanks a lot!
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.
No branches or pull requests
Describe the bug
eda_plot
throwsValueError
when the number of onsets is not the same as the number of peaks because of the sentenceNeuroKit/neurokit2/eda/eda_plot.py
Line 114 in c110438
To Reproduce
eda_plot()
Expected behaviour
I would expect one of the following:
System Specifications
OS: Linux (ELF 64bit)
Python: 3.10.2
NeuroKit2: 0.1.7
NumPy: 1.22.3
Pandas: 1.4.1
SciPy: 1.8.0
sklearn: 1.0.2
matplotlib: 3.5.1
The text was updated successfully, but these errors were encountered: