User reported an error when creating synapse points on deleted sections. This kind of synapses should have been skipped by Connection::add_synapses(). This PR handles deleted sections correctly so that they are skipped.
Scope
In target_manager.py and connection.py, deleted sections are added to TPointList as None type, and skipped by Connection::add_synapses().
Testing
n/a
Review
[x] PR description is complete
[x] Coding style (imports, function length, New functions, classes or files) are good
Context
User reported an error when creating synapse points on deleted sections. This kind of synapses should have been skipped by
Connection::add_synapses()
. This PR handles deleted sections correctly so that they are skipped.Scope
In
target_manager.py
andconnection.py
, deleted sections are added to TPointList asNone
type, and skipped byConnection::add_synapses()
.Testing
n/a
Review