USCCANA / netdiffuseR

netdiffuseR: Analysis of Diffusion and Contagion Processes on Networks
https://USCCANA.github.io/netdiffuseR
Other
85 stars 21 forks source link

error at computing exposure with a big graph #4

Closed gvegayon closed 8 years ago

gvegayon commented 8 years ago

With ~ 50K vertices, exposure is not computed.

gvegayon commented 8 years ago

Solved. An extra (old) dense matrix of size n x n was been created each time that the function was called (it was supposed to be used for structural equivalence, which is not used now).