nengo / nengo-gui

Nengo interactive visualizer
Other
99 stars 38 forks source link

Sliders don't work on reset #711

Closed celiasmith closed 8 years ago

celiasmith commented 8 years ago

As a minimal example, use

import nengo

model = nengo.Network()
with model:
    stim = nengo.Node([0])

Open a slider and a value plot. Move the slider to a value (e.g. 1) and run the model, the value plots zero. This also happens after any reset.

arvoelke commented 8 years ago

This could be related to #699. @tcstewar mentioned a temporary fix there.

tcstewar commented 8 years ago

I can't replicate this with the latest master... @celiasmith could you check if it's still happening for you?