Re: [graph-tool] Adding edge list from file too large to fit into memory

2021-02-01 Thread Tiago de Paula Peixoto
Am 01.02.21 um 12:32 schrieb James Ruffle: Dear Graph-Tool community, I am trying to construct a graph with a large number of edges, using an np file as an edge_list. There areĀ 125760 vertices and an edge list of length (7907725920, 2). In order to use the npy edge_list file, I have needed

[graph-tool] Adding edge list from file too large to fit into memory

2021-02-01 Thread James Ruffle
Dear Graph-Tool community, I am trying to construct a graph with a large number of edges, using an np file as an edge_list. There are 125760 vertices and an edge list of length (7907725920, 2). In order to use the npy edge_list file, I have needed to load the edge list as a readable memmap

Re: [graph-tool] Segmentation fault in MeasuredBlockState copy method

2021-02-01 Thread Tiago de Paula Peixoto
Am 31.01.21 um 23:17 schrieb h-lima: Hello Tiago, I have been trying to file an issue in gitlab, but I am unable since the repository has restricted access. I registered through gitlab, perhaps should I do the login any other way (I see there are github or google login options)? I have