AttributeError: 'NoneType' object has no attribute 'get_mask' #104
-
When trying to use YASA to perform single-channel sleep spindles detection(with the sample data of yasa), after'sp = yasa.spindles_detect(data, sf)', it return nonetype: import yasa |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
So weird this happened again. And again when I run this I have no problems, spindles are detected. I ran the following code on Windows with import numpy as np
import yasa
sf = 200
data = np.loadtxt('./data_N2_spindles_15sec_200Hz.txt')
sp = yasa.spindles_detect(data, sf) @meniua are you using the same versions? If not could you try that? |
Beta Was this translation helpful? Give feedback.
-
Same issue here. This is my pip list Package Version alabaster 0.7.12 |
Beta Was this translation helpful? Give feedback.
-
Opened an issue here: #107 Let's move the conversation there |
Beta Was this translation helpful? Give feedback.
Opened an issue here: #107 Let's move the conversation there