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

model.config does not apply LIFRate to RollingWindow #148

Open
arvoelke opened this issue Jun 8, 2018 · 0 comments
Open

model.config does not apply LIFRate to RollingWindow #148

arvoelke opened this issue Jun 8, 2018 · 0 comments
Labels

Comments

@arvoelke
Copy link
Owner

arvoelke commented Jun 8, 2018

with model:
    model.config[nengo.Ensemble].neuron_type = nengo.LIFRate()
    ...
    dn = nengolib.networks.RollingWindow(
            theta=0.5,
            n_neurons=200,
            dimensions=3,
            neuron_type=nengo.LIFRate(),  # <-- why is this needed?
            label="DN-%d" % i)
@arvoelke arvoelke added the bug label Jun 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant