ContextLab / supereeg

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

as_matrix Bug #212

Open joseJCS0 opened 2 months ago

joseJCS0 commented 2 months ago

When creating a model an error would occur due to code in helper.py (...\site-packages\supereeg\helpers.py) file specifically on lines 533,539,568,569,910,945,950, and 1385 where the code "as_matrix" was seen. The issue was resolved locally by replacing "as_matrix" with "to_numpy".