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

bug in strengths_dir function #39

Closed samyncn closed 6 years ago

samyncn commented 6 years ago

Describe the bug The output does not give in and out strength (is, os), only the total strength(str).

Expected behavior I expect three Nx1 arrays with is, os, and str, but I obtain only one.

Desktop (please complete the following information):

How to fix To fix, change the line 141 with this "return istr, ostr, istr + ostr"

akimbler commented 6 years ago

Thanks for reporting this. It's been corrected in #40