cosanlab / nltools

Python toolbox for analyzing imaging data
https://nltools.org
MIT License
121 stars 44 forks source link

Random bug with Brain_Data.smooth() #349

Closed ljchang closed 4 years ago

ljchang commented 4 years ago

Someetimes when smoothing a single image, .data will switch to an array from a vector. Need to add a squeeze when this happens.