JohannesWiesner / nict

Network Control Theory for Neuroimaging Data
MIT License
1 stars 0 forks source link

Return E_out as a vector instead of a matrix #3

Open JohannesWiesner opened 2 years ago

JohannesWiesner commented 2 years ago

Currently, E_out is returned as a single colum matrix of shape (n_transitions,1). Would be better to return that as a vector?

https://github.com/JohannesWiesner/nict/blob/a12238fe7f80aa778a93ec26b3b87b71b4a81cc2/nict/single_subject.py#L110