[nengo-user] Problem with WhiteNoise - 2D decision integrator (Nengo 2 Tutorials)
Néstor Rueda(Universidad Nacional)
nmruedap at unal.edu.co
Tue Oct 6 22:52:19 EDT 2015
Hi,
When, I run the attachment file (2D_decision_integrator.py), I have the
next error:
line 21, in <module>
MT = nengo.Ensemble(100, dimensions=2,
noise=WhiteNoise(dist=Uniform(-0.3,0.3)))
TypeError: __init__() got an unexpected keyword argument 'dist'
But if i replace the noise parameter with
noise=nengo.processes.WhiteNoise(duration=6.0)
the program work's but the output doesnt't have noise.
Can anyone tell me how to solve this problem? Many thanks in advance.
Best regards,
Néstor Mauricio RuedaPalacios
Master's Student in Computer Systems Engineer
National University of Colombia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://artsservices.uwaterloo.ca/pipermail/nengo-user/attachments/20151006/db1788eb/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2D_decision_integrator.py
Type: text/x-python
Size: 2512 bytes
Desc: not available
URL: <http://artsservices.uwaterloo.ca/pipermail/nengo-user/attachments/20151006/db1788eb/attachment-0002.py>
More information about the nengo-user
mailing list