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
I've been using pySolo for some analyses and realized that when I export the 'Selected activity' data it gives me 'Selected 5min sleep' data and vice versa.
I found the bug in the 'pysolo_anal.py' script on line 223 and 227 where 's5_t' is assigned to v[0]. On line 232, in the list 'i', however, 0th element is 'Selected activity'.
It's a minor bug, but you may want to fix it.
Cheers,
Tayfun
The text was updated successfully, but these errors were encountered:
Hi,
I've been using pySolo for some analyses and realized that when I export the 'Selected activity' data it gives me 'Selected 5min sleep' data and vice versa.
I found the bug in the 'pysolo_anal.py' script on line 223 and 227 where 's5_t' is assigned to v[0]. On line 232, in the list 'i', however, 0th element is 'Selected activity'.
It's a minor bug, but you may want to fix it.
Cheers,
Tayfun
The text was updated successfully, but these errors were encountered: