<div dir="ltr"><div dir="ltr"><div>Hi, </div><div><br></div><div>When, I run the attachment file (2D_decision_integrator.py), I have the next error:</div><div><br></div><div>line 21, in <module></div><div>    MT = nengo.Ensemble(100, dimensions=2, noise=WhiteNoise(dist=Uniform(-0.3,0.3)))</div><div>TypeError: __init__() got an unexpected keyword argument 'dist'</div><div><br></div><div>But if i replace the noise parameter with </div><div><br></div><div>noise=nengo.processes.WhiteNoise(duration=6.0)</div><div><br></div><div>the program work's but the output doesnt't have noise.</div><div><br></div><div>Can anyone tell me how to solve this problem? Many thanks in advance.</div><div><br></div><div>Best regards,</div><div><br></div><div>Néstor Mauricio RuedaPalacios</div><div>Master's Student in Computer Systems Engineer</div><div>National University of Colombia</div></div></div>