You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The edge properties() can return the source and target node ids but this does not return the population of the node ids.
I need to do something about that.
The text was updated successfully, but these errors were encountered:
when you return the source and target node ids from the get functions:
from bluepysnap.sonata_constants import Edge
edge.get(edge_ids, properties=[Edge.SOURCE_NODE_ID, Edge.TARGET_NODE_ID])
You don t know the population attached to the node ids. So maybe (maybe the access to the edge.source.name is enough ?) it would be great to add the population as a member of the Edge enum and something to return this value.
The edge properties() can return the source and target node ids but this does not return the population of the node ids.
I need to do something about that.
The text was updated successfully, but these errors were encountered: