Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The small world topology does not work #675

Open
nikhil-garg opened this issue Jul 25, 2020 · 1 comment
Open

The small world topology does not work #675

nikhil-garg opened this issue Jul 25, 2020 · 1 comment
Milestone

Comments

@nikhil-garg
Copy link

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:

@apdavison apdavison added this to the 0.10.0 milestone Dec 22, 2020
@apdavison apdavison modified the milestones: 0.10.0, 0.10.1 Mar 21, 2022
@apdavison
Copy link
Member

The SmallWorldConnector implementation was removed many years ago during a refactoring, and never re-implemented.

@apdavison apdavison modified the milestones: 0.10.1, future Jun 16, 2022
@apdavison apdavison changed the title The small world topology does not work with Brian simulator The small world topology does not work Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants