DiffusionMapsAcademics / pyDiffMap

Library for diffusion maps
MIT License
46 stars 14 forks source link

Error in kernel.py #1

Closed ZofiaTr closed 6 years ago

ZofiaTr commented 6 years ago

I used the Kernel class on array of dimension (4000, 2) and I am getting the following error at in Kernel.compute() at

if (compute_self == True): A = 0.5*(A+A.transpose) The error is: unsupported operand type(s) for +: 'csr_matrix' and 'method'