Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BBPBGLIB-1042] GapJunctionManager: filter source target by population (
#42) ## Context Currently neurodamus raises an error when the connection source or target `node_set` from multiple populations. Users should use single-population `node_sets` in `connection_overrides`. This also happens for `GapJunctionManager` when we have a multi-pop `node_set` for the simulation (`circut_target`). This PR fixes that by limiting "_src_target_filter" from the gap junction's source population so that it belongs to a single population. ## Scope Change in class `GapJunctionManager:__init__` ## Testing Existing test ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good * [ ] Unit/Scientific test added * [ ] Updated Readme, in-code, developer documentation --------- Co-authored-by: Fernando Pereira <fernando.pereira@epfl.ch>
- Loading branch information