raphaelvallat / yasa

YASA (Yet Another Spindle Algorithm): a Python package to analyze polysomnographic sleep recordings.
https://raphaelvallat.com/yasa/
BSD 3-Clause "New" or "Revised" License
428 stars 115 forks source link

Question about predicting the length of an output array during a sleep phase #180

Closed Hhuangshangbin closed 2 months ago

Hhuangshangbin commented 2 months ago

Dear Raphael, Please forgive me for asking this very dumb question as I am still new to this. When I run '14_automatic_sleep_staging.ipynb', the length of the input 'hypno' is 854 and the length of the output y_pred after the run is 855. I'm sorry to bother you.