Skip to content

Commit

Permalink
Slightly faster to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Sep 6, 2023
1 parent cd0f6d8 commit 5ff1090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_whole_board/test_board_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def do_run(sender_board):
for sender_pop in sender_pops:
sim.Projection(
sender_pop, receiver_pop,
sim.FixedProbabilityConnector(FIXED_PROB),
sim.FixedTotalNumberConnector(
sender_pop.size * receiver_pop.size * FIXED_PROB),
sim.StaticSynapse(weight=WEIGHT))

# Run and get results
Expand Down

0 comments on commit 5ff1090

Please sign in to comment.