You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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 text was updated successfully, but these errors were encountered:
NotImplementedError Traceback (most recent call last)
in ()
58 receptor_type='excitatory',
59 synapse_type=sim.StaticSynapse(**synaptic_parameters['excitatory_simple']),
---> 60 label='Excitatory - Excitatory connections')
61
62 exc_inh_connections = sim.Projection(exc_cells, inh_cells,
/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 text was updated successfully, but these errors were encountered: