githubpsyche / pcitpy

The Probabilistic Curve Induction and Testing (P-CIT) toolbox, implemented in Python.
https://githubpsyche.github.io/pcitpy/
Apache License 2.0
0 stars 0 forks source link

Corrext Bsxfun translation #37

Closed githubpsyche closed 4 years ago

githubpsyche commented 4 years ago

bsxfun doesn't work the same as multiply - when a vector is multipled by an array, the elementwise operation is applied per row!

githubpsyche commented 4 years ago

Actually the issue seems specifically with column vectors. Numpy won't preserve the difference between a column and a row vector!