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

from nengo_extras import SoftLIFRate failed #83

Open
assadRasheed opened this issue Sep 25, 2018 · 1 comment
Open

from nengo_extras import SoftLIFRate failed #83

assadRasheed opened this issue Sep 25, 2018 · 1 comment

Comments

@assadRasheed
Copy link

trying to import softlifrate from nengo but failed i am using ubuntu 12.04

import nengo
nengo.log(level='info')
import nengo_extras

ImportErrorTraceback (most recent call last)
in ()
6 nengo.log(level='info')
7 import nengo_extras
----> 8 from nengo_extras import SoftLIFRate

ImportError: cannot import name SoftLIFRate

ImportErrorTraceback (most recent call last)
in ()
6 nengo.log(level='info')
7 import nengo_extras
----> 8 from nengo_extras import SoftLIFRate

ImportError: cannot import name SoftLIFRate

@tbekolay
Copy link
Member

Hi @assadRasheed, we did a bit of reorganization, so the place to import SoftLIFRate changed. Try

from nengo_extras.neurons import SoftLIFRate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants