You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug qats.signal.find_maxima() fails when the timeseries has no downcrossings, which in turn causes issues for plotting the time series in the GUI.
To Reproduce
HOLD - to be described
Expected behavior
The absence of downcrossings (and therefore absence of global maxima) should be handled, both in find_maxima() and in GUI.
Screenshots
Additional context
This bug was introduced in version 4.12.1, through pull request #109.
The text was updated successfully, but these errors were encountered:
Describe the bug
qats.signal.find_maxima()
fails when the timeseries has no downcrossings, which in turn causes issues for plotting the time series in the GUI.To Reproduce
HOLD - to be described
Expected behavior
The absence of downcrossings (and therefore absence of global maxima) should be handled, both in
find_maxima()
and in GUI.Screenshots
Additional context
This bug was introduced in version 4.12.1, through pull request #109.
The text was updated successfully, but these errors were encountered: