Closed chungjjang80 closed 7 years ago
Thanks @chungjjang80! I fixed the indentation in the cython file, for the rest it look good. If the CI tests pass I'll merge it as is.
I add tests for different L values and found a little inconsistency between the cython and python version happening when there is a burst at the very end of the timestamps array. Now is fixed. Merging.
FRETBursts is ignoring the L parameter during burst search.
In this PR,
burstsearch.py
andburstsearch_c.pyx
were modified to allow performing burst-search with the thresholdL
in python and cython.