ContextLab / supereeg

Infer activity throughout the brain from a small(ish) number of electrodes using Gaussian process regression
Other
34 stars 14 forks source link

Slice int #204

Closed pmdaly closed 3 years ago

pmdaly commented 4 years ago

Screen Shot 2020-04-29 at 7 50 34 PM

Checking (effectively) ints with isinstance will fail with other types of ints such as np.int64. This is one possible solution but there may be better ones.