PyNN
PyNN copied to clipboard
The small world topology does not work
NotImplementedError Traceback (most recent call last)
/Users/Anonymous/opt/anaconda2/lib/python2.7/site-packages/pyNN/brian/projections.pyc in init(self, presynaptic_population, postsynaptic_population, connector, synapse_type, source, receptor_type, space, label) 105 simulator.state.network.add(syn_obj) 106 # connect the populations --> 107 connector.connect(self) 108 # special-case: the Tsodyks-Markram short-term plasticity model takes 109 # a parameter value from the post-synaptic response model
/Users/Anonymous/opt/anaconda2/lib/python2.7/site-packages/pyNN/connectors.pyc in connect(self, projection) 919 def connect(self, projection): 920 """Connect-up a Projection.""" --> 921 raise NotImplementedError 922 923
NotImplementedError:
The SmallWorldConnector implementation was removed many years ago during a refactoring, and never re-implemented.