overlap = False seems to work well. No segmentation fault issue. ------------------------------------------------------------------------------- Hao Wu Discovery Analytics Center, Virginia Tech Bradley Department of Electrical and Computer Engineering Virginia Tech, Arlington, VA 22203, USA -------------------------------------------------------------------------------
On Thu, Feb 25, 2016 at 11:33 AM, Tiago de Paula Peixoto <[email protected]> wrote: > On 25.02.2016 17:31, Hao WU wrote: > > Hi Tiago: > > > > For example: > > > > ---------------- > > > > import graph_tool.all as gt > > > > overlap_blocks = gt.minimize_blockmodel_dl(g, overlap = True, parallel = > True) > > > > ---------------- > > > > where g is a instance of gt.Graph. When I remove the parameter parallel > = True (since default value is False), everything works well. However, > setting parallel = True generates the segmentation fault like I mentioned > in my last email. Thanks. > > Do you observe the same with overlap=False? > > > -- > Tiago de Paula Peixoto <[email protected]> > _______________________________________________ > graph-tool mailing list > [email protected] > http://lists.skewed.de/mailman/listinfo/graph-tool >
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
