Describe the bug
When I manipulate the value of the slider during the simulation everything is fine, but when I set the value and then press the play button afterwards, it doesn't react to the input.
To reproduce
- Take this model:
model = nengo.Network()
with model:
a = nengo.Ensemble(n_neurons=10, dimensions = 1,
neuron_type=nengo.LIF())
stim = nengo.Node(0)
nengo.Connection(stim, a)
-
Add the slider to the stim. Set stim to 1.
-
Add graph showing the value of a.
-
Run simulation.
Expected behavior
It should show value 1 on the a graph, it shows 0 instead.
Screenshots

Versions
- OS: MacOS El Captain
- Browser: chrome
- Nengo GUI: 0.4.3
Describe the bug
When I manipulate the value of the slider during the simulation everything is fine, but when I set the value and then press the play button afterwards, it doesn't react to the input.
To reproduce
Add the slider to the
stim. Setstimto 1.Add graph showing the value of
a.Run simulation.
Expected behavior
It should show value 1 on the
agraph, it shows 0 instead.Screenshots

Versions