You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the code of rspmm.cpp and find the meaning of nnz should be the whole edge number. So why isn't nnz set as edge_index.size(1)?
Is that an error of code?
I find the last node can't be updated due to this bug.
I read the code of rspmm.cpp and find the meaning of nnz should be the whole edge number. So why isn't nnz set as edge_index.size(1)?

Is that an error of code?
I find the last node can't be updated due to this bug.