[graph-tool] Re: error: Received Orphaned Property Map

2021-10-05 Thread Tiago de Paula Peixoto
Am 04.10.21 um 20:27 schrieb sam.gyet...@gmail.com: i wasn't aware of the own_property() function and can't find it in the graph-tool documentation (other than seeing it being used in examples involving visualization). whatever it does, it seems to work just do: help(Graph.own_property) --

[graph-tool] Re: running minimize_blockmodel_dl() in parallel

2021-10-05 Thread Tiago de Paula Peixoto
Am 05.10.21 um 05:06 schrieb Sam G: hi, here is a simple example where i run minimize_blockmodel_dl() 10 times in parallel using multiprocessing and collect the entropy. when i run this, i get the same value of entropy every single time. ``` import multiprocessing as mp import numpy as np