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
Found by @chenghuzi in #500. There is a flaw in the logic of pick_connection() where searching connections that don't exist in the Network returns a non-empty list. Easy example to reproduce:
If you look up these connections they are actually all the ones that contain ampa synapses, which indicates the problem with how pick_connection searches through net.connectivity. Will open a PR to fix soon.
The text was updated successfully, but these errors were encountered:
ntolley
changed the title
pick_connection breaks when looking up non-existing connectionspick_connection() breaks when looking up non-existing connections
Jul 20, 2022
ntolley
changed the title
pick_connection() breaks when looking up non-existing connections
BUG: pick_connection() breaks when looking up non-existing connections
Jul 20, 2022
Found by @chenghuzi in #500. There is a flaw in the logic of
pick_connection()
where searching connections that don't exist in theNetwork
returns a non-empty list. Easy example to reproduce:If you look up these connections they are actually all the ones that contain
ampa
synapses, which indicates the problem with howpick_connection
searches throughnet.connectivity
. Will open a PR to fix soon.The text was updated successfully, but these errors were encountered: