fiuneuro / brainconn

A Python implementation of the brain connectivity toolbox. **Not actively maintained.**
https://brainconn.readthedocs.io
GNU General Public License v3.0
30 stars 21 forks source link

No input data type detection #1

Open akimbler opened 6 years ago

akimbler commented 6 years ago

Very few of the available functions actually check if the input data is in the correct format. The one that immediately springs to mind is consensus_und, which is supposed to accept a weighted agreement matrix. Instead, it accepts any symmetric matrix.