-
Notifications
You must be signed in to change notification settings - Fork 31
Description
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.