cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
90 stars 23 forks source link

[JOSS Review] Add plt.show() to example script #159

Closed richrobe closed 1 year ago

richrobe commented 1 year ago

(as part of JOSS Review)

The hypnogram in the example try_ws_gru_mesa.py isn't shown when running the code because plt.show() is missing in the end. Adding this line correctly displays the figure.