<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi, </div><div dir="ltr"><br></div><div dir="ltr">When, I run the attachment file (2D_decision_integrator.py based on the example - chapter8 sent by Chris Eliasmith <a href="https://github.com/s72sue/Nengo2-Tutorials/tree/notebook_tutorials/chapter8">link</a>), I have the next error:</div><div dir="ltr"><br></div><div dir="ltr">line 21, in <module></div><div dir="ltr">    MT = nengo.Ensemble(100, dimensions=2, noise=WhiteNoise(dist=Uniform(-0.3,0.3)))</div><div dir="ltr">TypeError: __init__() got an unexpected keyword argument 'dist'</div><div dir="ltr"><br></div><div dir="ltr">This error stems from lines 21 to 23:</div><div dir="ltr"><br></div><div dir="ltr">    MT = nengo.Ensemble(100, dimensions=2, noise=WhiteNoise(dist=Uniform(-0.3,0.3)))</div><div dir="ltr">    LIP = nengo.Ensemble(200, dimensions=2, noise=WhiteNoise(dist=Uniform(-0.3,0.3)))</div><div dir="ltr">    output = nengo.Ensemble(100, dimensions=2, noise=WhiteNoise(dist=Uniform(-0.3,0.3)))</div><div dir="ltr"><br></div><div dir="ltr">But if i replace the noise parameter with </div><div dir="ltr"><br></div><div dir="ltr">noise=nengo.processes.WhiteNoise(duration=6.0)</div><div dir="ltr"><br></div><div dir="ltr">the program work's but the output doesnt't have noise.</div><div dir="ltr"><br></div><div dir="ltr">Can anyone tell me how to solve this problem? Many thanks in advance.</div><div dir="ltr"><br></div><div dir="ltr">Best regards,</div><div dir="ltr"><br></div><div dir="ltr">Néstor Mauricio RuedaPalacios</div><div dir="ltr">Master's Student in Computer Systems Engineer</div><div dir="ltr">National University of Colombia</div></div></div>