You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import nengo
model = nengo.Network()
with model:
ens = nengo.Ensemble(100, 1)
with nengo.Network() as net:
wat = nengo.Ensemble(100, 1)
nengo.Connection(wat, ens)
Expand the network net.
You should get an error like:
error processing <Connection from <Ensemble (unlabeled) at 0x7f9ab0a1b320> to <Ensemble (unlabeled) at 0x7f9ab2f484e0>>
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Expand the network
net
.You should get an error like:
error processing <Connection from <Ensemble (unlabeled) at 0x7f9ab0a1b320> to <Ensemble (unlabeled) at 0x7f9ab2f484e0>>
The text was updated successfully, but these errors were encountered: