-
- Downloads
Make the Faust-by-vector multiplication return a 1D vector as numpy does...
Make the Faust-by-vector multiplication return a 1D vector as numpy does (instead of a matrix with a dimension size at 1). Undo the conversion of the result into a numpy.matrix added by commit 421e8251 because it makes impossible to squeeze the 2nd dimension of the vector (a numpy.matrix has necessarily two dimensions). This commit fixes the error demonstrated in issue #56 (with pyunlocbox).
Please register or sign in to comment