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'm trying to run the algorithm on python. I followed the instruction for the python binding and get the shared object file.
After running the Community method, getting the dl.obj and executing the run method, I tried to print a specific level with dl_obj.print_level(2) and I get a segmentation fault.
I tried with different network size, with the same result.
Hello, I'm trying to run the algorithm on python. I followed the instruction for the python binding and get the shared object file.
After running the Community method, getting the dl.obj and executing the run method, I tried to print a specific level with dl_obj.print_level(2) and I get a segmentation fault.
I tried with different network size, with the same result.
This is the simple code I tried to execute:
and this the error:
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: