-
- Downloads
replace todense with toarray calls on sparse matrices
The former creates a numpy.matrixlib.matrix object, while the latter a regular numpy array. Closes #218
The former creates a numpy.matrixlib.matrix object, while the latter a regular numpy array. Closes #218