-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve add_to_network_graph performance
* In the previous implementation, the recorded neuron was searched for twice. We now search once – and only if we actually want to record. * Comparing cell_ids as integers is faster than using the ID Mixin in upstream pyNN. (see NeuralEnsemble/PyNN#693) Change-Id: Ife482d0a2bdd0e241b2cdc037ef40bde51821037
- Loading branch information
1 parent
024fffb
commit 6454171
Showing
1 changed file
with
28 additions
and
16 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