Re: [graph-tool] Segmentation fault using shortest_distance

2010-07-06 Thread Juan Manuel Tirado
> Yes, indeed. There was a problem with the property map initialization > in this case. The version in git now contains a fix. Please tell me > if you find any other problems. > > Thanks so much. ___ graph-tool mailing list graph-tool@forked.de http://li

Re: [graph-tool] Segmentation fault using shortest_distance

2010-07-06 Thread Tiago de Paula Peixoto
On 07/06/2010 01:48 PM, Juan Manuel Tirado wrote: > I have just made a small test. Instead of passing the filtered graph > to the shortest_distance function, I have generated a copy of the > filtered graph and it works fine. > > It seems that exist a problem with the shortest_distance function.

Re: [graph-tool] Segmentation fault using shortest_distance

2010-07-06 Thread Juan Manuel Tirado
I have just made a small test. Instead of passing the filtered graph to the shortest_distance function, I have generated a copy of the filtered graph and it works fine. It seems that exist a problem with the shortest_distance function. On 6 July 2010 13:19, Juan Manuel Tirado wrote: > Here it

Re: [graph-tool] Segmentation fault using shortest_distance

2010-07-06 Thread Juan Manuel Tirado
Here it is the output from the show_config() gt.show_config() version: 2.2.5 (commit 3ba24072, Sun Feb 21 00:46:41 2010 +0100) gcc version: 4.4.1 compilation flags: -I/usr/include/python2.6 -I/usr/include -I/usr/lib/python2.6/dist-packages/numpy/core/include/numpy -I/usr/lib/python2.6/dist-packa

Re: [graph-tool] Segmentation fault using shortest_distance

2010-07-06 Thread Tiago de Paula Peixoto
Hi Juan, On 07/06/2010 12:57 PM, Juan Manuel Tirado wrote: The last line of code rises a segmentation fault. I have plotted the graph with the filtered graph and its correct, also I can calculate the local_clustering_coefficient without problems. Am I doing something wrong? Is there any other wa