Skip to content

Commit

Permalink
Added synapse parameters in connect_params for devices (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceGem committed Dec 9, 2020
1 parent df9ecdf commit 2b6562d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bsb/simulators/nest.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ def create_devices(self):
)
)
connect_params.append(device_model.connection)
connect_params.append(device_model.synapse)
# Send the Connect command to NEST and catch IllegalConnection errors.
self.execute_command(
self.nest.Connect,
Expand Down

0 comments on commit 2b6562d

Please sign in to comment.