neuropsychology / NeuroKit

NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing
https://neuropsychology.github.io/NeuroKit
MIT License
1.58k stars 421 forks source link

[Fix] adding sampling rate parameter to eda_intervalrelated method #974

Closed tilly111 closed 7 months ago

tilly111 commented 8 months ago

Description

Small fix for the eda_analyze method to hand over the correct sampling rate to the eda_intervalrelated method. This PR addresses Issue #972.

Proposed Changes

Added sampling_rate=sampling_rate to eda_intervalrelated.

welcome[bot] commented 8 months ago

Thanks for opening this pull request! We'll make sure it's perfect before merging 🤗 force Make sure to read the contributing guide. Also, if you think that your contribution is worthy of it, you can consider adding yourself to the Contributors list (feel free to ask us if you have any doubts).

welcome[bot] commented 7 months ago

landing Congrats on merging your first pull request! 🎉🍾 We're looking forward to your next one!

DominiqueMakowski commented 7 months ago

Thanks @tilly111 !!