Am 06.08.2018 um 10:28 schrieb Hobé  Alex:
> Hi there!
> 
> Due to certain limitations, we are trying to install the graphtool version
> 2.7 on a redhat distribution.

This is an ancient version, of three years ago, twenty iterations behind the
current one.

> Unfortunately, I have not found a way to see the actual code, where this
> error arises.
> Was this a problem in that particular version?
> What do I need to do to find the code where this issue arises?

It is an utterly pointless exercise to debug old versions, specially ancient
ones, since they have already been debugged, and thus became newer versions.


> The following python loop is able to reproduce the desired behavior, but it
> is way too slow:
> eList = []
> for e in g.edges():
>       if res[e] <= eps and res[e] >= 0.0:
>             eList.append(e)
> 
> Is there a more efficient way to do this, if I cannot make "find_edge_range"
> work?

Just use the newest version.

Best,
Tiago

-- 
Tiago de Paula Peixoto <ti...@skewed.de>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
graph-tool mailing list
graph-tool@skewed.de
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to