[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Subgraph with attributes
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] Subgraph with attributes |
Date: |
Tue, 23 Jul 2013 12:02:30 +0200 |
> The problem is that none of my edge attributes are transferring onto the
> subgraph. No, it's not that all of the ids in my edge list "edge_incidents"
> have 'weight' attribute None. This happens for all edge attributes (I have a
> dozen) for all edges in the subgraph.
Edge attributes are supposed to be kept when subgraph_edges is invoked. What
does edge_incidents contain exactly? Is it a list of integers?
--
T.