cgastaud

Results 2 issues of cgastaud

Hello ! I'm getting suspicious results when computing epsilon with small alphas. For example with the code: ``` from tensorflow_privacy.privacy.analysis.rdp_accountant import compute_rdp from tensorflow_privacy.privacy.analysis.rdp_accountant import get_privacy_spent noise_multiplier = 1 batch_size...

**Describe the bug** In the function, if the window goes outside the signal length, we try (badly) to clip the window, causing an `IndexError` See [here](https://github.com/neuropsychology/NeuroKit/blob/master/neurokit2/ecg/ecg_findpeaks.py#L1032) **To Reproduce** Example steps...