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
As an unprofessional first-timer, I have kept a record of few notes while trying Systole:
An error message X must be a 1darray is more readable as a X must be a 1d array for example.
* Document somewhere that in order to use Bokeh, output_notebook () should be called. I know it is a 3rd part add-on, but it took me hours until I noticed that call in one (of many) places in the documentation. After that I read their API ofc. But that time could have been saved?
The current usage of CDSView is deprecated in Bokeh 3.0+ (e.g. plot_rr (show_artefacts = True) fails)
Not all function can actually work with integer arrays (non numpy.float64). For the rr_ms type I had to explicit convert beforehand.
A mixed time-frequency report, like wavelet transforms, would be great.
Just my 2c.
Thank you for the great framework!
I will make good use if it for my chest-band monitor -> Garmin watch -> hrv report notebooks.
Hello,
As an unprofessional first-timer, I have kept a record of few notes while trying Systole:
An error message
X must be a 1darrayis more readable as aX must be a 1d arrayfor example.* Document somewhere that in order to use Bokeh,
output_notebook ()should be called. I know it is a 3rd part add-on, but it took me hours until I noticed that call in one (of many) places in the documentation. After that I read their API ofc. But that time could have been saved?The current usage of
CDSViewis deprecated in Bokeh 3.0+ (e.g.plot_rr (show_artefacts = True)fails)Not all function can actually work with integer arrays (non
numpy.float64). For therr_mstype I had to explicit convert beforehand.A mixed time-frequency report, like wavelet transforms, would be great.
Just my 2c.
Thank you for the great framework!
I will make good use if it for my chest-band monitor -> Garmin watch -> hrv report notebooks.