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
Hello,
I have spend some time trying to figure out what was causing Modularity Infinite Loop Style C. Please contact the developer with this error. in modularity_louvain_und.
In case someone also gets stuck with that modularity_louvain_und_sign provides a more explicit error message for the same error: Infinite Loop was detected and stopped. This was probably caused by passing in a directed matrix.
Anyway thanks for translating all those functions into python !
Céline
The text was updated successfully, but these errors were encountered:
I met the same problem. A related error was “invalid value encountered in true_divide
q[h] = np.trace(W) / s - gamma * np.sum(np.dot(W / s, W / s))
” Any solutions?
Hello,
I have spend some time trying to figure out what was causing
Modularity Infinite Loop Style C. Please contact the developer with this error.
in modularity_louvain_und.In case someone also gets stuck with that modularity_louvain_und_sign provides a more explicit error message for the same error:
Infinite Loop was detected and stopped. This was probably caused by passing in a directed matrix.
Anyway thanks for translating all those functions into python !
Céline
The text was updated successfully, but these errors were encountered: