Ticket #118 (assigned defect)

Opened 2 months ago

Last modified 2 months ago

`FixedNumberPre/PostConnector(n, allow_self_connections=False)` do not guarantee to create `n` connections

Reported by: apdavison Assigned to: apdavison (accepted)
Priority: minor Milestone: 0.5.0
Component: all Version: trunk
Keywords: Cc:

Description

As these are currently implemented, if the pre- and post-synaptic populations are the same and we do not allow a neuron to connect to itself, we first pick n sources/targets and then remove any that have pre neuron==post neuron. This means that sometimes there are n-1 connections.

It would be better to first remove the no-connections-allowed neuron from the list before picking the n values.

Change History

10/04/08 00:26:14 changed by apdavison

  • status changed from new to assigned.

fixed for nest2module in r468