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
original reasoning, I guess, was that the ints in edge population case is enough since we know the populations but for clarity and consistency, they should both return CircuitNodeIds.
The text was updated successfully, but these errors were encountered:
EdgePopulation.iter_connection
returnstuple
s ofint
s:Whereas
Edges.iter_connections
returntuple
s ofCircuitNodeId
soriginal reasoning, I guess, was that the
int
s in edge population case is enough since we know the populations but for clarity and consistency, they should both returnCircuitNodeId
s.The text was updated successfully, but these errors were encountered: