Re: [graph-tool] edge weights vs multi-graphs in minimize_blockmodel_dl

2020-05-22 Thread sam
thanks, that's a great explanation and helps explain the difference in results. thanks for building this excellent package! -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/ ___ graph-tool mailing list

Re: [graph-tool] installing certain commit of graph-tool

2020-05-22 Thread mvdnheuv
Thanks, finally got it working :) -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/ ___ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool

Re: [graph-tool] edge weights vs multi-graphs in minimize_blockmodel_dl

2020-05-22 Thread Tiago de Paula Peixoto
Am 22.05.20 um 07:33 schrieb sam: > Thanks. > > Could you clarify the difference between > > (1) loading a graph with parallel edges g and running > minimize_blockmodel_dl(g) on it > > (2) loading a graph with simple edges but an edge property equal to the > number of parallel edges and

Re: [graph-tool] module 'graph_tool' has no attribute 'minimize_blockmodel_dl'

2020-05-22 Thread Tiago de Paula Peixoto
Am 22.05.20 um 09:38 schrieb sam: > import graph_tool as gt This should be: import graph_tool.all as gt -- Tiago de Paula Peixoto signature.asc Description: OpenPGP digital signature ___ graph-tool mailing list graph-tool@skewed.de

[graph-tool] module 'graph_tool' has no attribute 'minimize_blockmodel_dl'

2020-05-22 Thread sam
Hi, I have been using graph-tool in the docker shell in the jupyter notebook, following the instructions here . However, after moving to larger networks (not that large; 200,000 vertices) it seems