-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't return early from target_gids, enable intersection (#198)
## Context `connection_override` blocks may define a source and target nodeset which will filter the corresponding cells and associated connections. However, under some circumstances the filter was not being applied, which could potentially lead to more connections being instantiated. When applied the filter it was noticeable it would consider all populations. It is unclear whether that actually could happen in current circuits, but in unit tests that was observable when a nodeset spanned over multiple populations. ## Scope - Apply the intersection of current cell target - Make each ConnectionManager filter the target by its populations. ## Testing - Unit test reviewed (started failing) - blueconfig tests don't seem to get impacted ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good
- Loading branch information
1 parent
a8e715e
commit 73f2648
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters