-
-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
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
0.2.7 #901
0.2.7 #901
Conversation
[Fix] entropy_multiscale(): fix when modified multiscale
Fix a bug where you had an exception if there was not the same number of peaks and onsets. This can happen on signal that has been cut (ex: depending on difference conditions). The fix just ignores the first peak (only for display) when there is no onset for the first peak.
Compute the mean peaks amplitude only on the peaks (and not on the whole signal)
[Fix] eda_plot throws ValueError when the number of onsets is not the same as the number of peaks
[Feature] complexity_lyapunov(): more efficient method to compute LLE
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #901 +/- ##
==========================================
- Coverage 55.19% 54.87% -0.33%
==========================================
Files 302 303 +1
Lines 14143 14255 +112
==========================================
+ Hits 7806 7822 +16
- Misses 6337 6433 +96
☔ View full report in Codecov by Sentry. |
Added a test to avoid a "RuntimeWarning: Mean of empty slice" for intervals where no peak is detected
…/NeuroKit into fix_eda_intervalrelated
[Fix] `SCR_Peaks_Amplitude_Mean` should be only computed on peaks
@danibene the docs CI flagged the any thoughts? |
To provide more context, in kubios the R-R intervals are detrended https://www.kubios.com/hrv-preprocessing/ |
[Feature] Add ECG peak detection by Manikandan (2012)
…rics fixed sklearn sanity checks for valid_metrics
Code Climate has analyzed commit c1e38e1 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Roadmap
RSP
rsp_segment()
(similar toppg_segment()
)rsp_plot()
(same asppg_plot()
)PPG
method
argument to compute only one RSA signal. Do something with warning that will be thrown when usingbio_process()
on signals < 32 sec where it will complain that the signal is too short to compute RSA with one of these methods.Misc
Complexity