Adam Jones
Adam Jones
The function is a backwards-compatible replacement, but with additional functionality for sample weights and correctly removing any unknown y offset (including where the peaks are clipped, such that a naive...
Line 214 of edflib.c tests for the following condition `edfhdr->edfparam[i].phys_max==edfhdr->edfparam[i].phys_min)`, which then throws an error. I understand in a technical sense that this shouldn't be possible. However, this is the...
The function is a backwards-compatible replacement, but with additional functionality for sample weights and correctly removing any unknown y offset (including where the peaks are clipped, such that a naive...
#### Reference issue Continuation of changes started during https://github.com/scipy/scipy/pull/21721 to address the very rare division by zero edge case in https://github.com/scipy/scipy/issues/8787. To clarify, it is only an issue specifically because...
#### Reference issue Closes https://github.com/scipy/scipy/issues/2162 Also addresses passing in inputs as lists, per https://github.com/scipy/scipy/issues/8787 Does not fully close gh-8787. The solution is split off into a new PR. #### What...