Skip to content

Commit

Permalink
Extend indegree.py to test connection strategy FixedOutdegree.
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Jul 17, 2024
1 parent 40a28bf commit b968d45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bsb_test/configs/indegree.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"presynaptic": {"cell_types": ["excitatory"]},
"postsynaptic": {"cell_types": ["inhibitory"]},
},
"outdegree": {
"strategy": "bsb.connectivity.FixedOutdegree",
"outdegree": 50,
"presynaptic": {"cell_types": ["excitatory"]},
"postsynaptic": {"cell_types": ["inhibitory"]},
},
"multi_indegree": {
"strategy": "bsb.connectivity.FixedIndegree",
"indegree": 50,
Expand Down

0 comments on commit b968d45

Please sign in to comment.