Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error displaying connection #985

Open
Seanny123 opened this issue Jun 25, 2018 · 0 comments
Open

Error displaying connection #985

Seanny123 opened this issue Jun 25, 2018 · 0 comments
Labels

Comments

@Seanny123
Copy link
Collaborator

Steps to reproduce:

  1. Use the model code:
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)
  1. Expand the network net.

  2. You should get an error like:

error processing <Connection from <Ensemble (unlabeled) at 0x7f9ab0a1b320> to <Ensemble (unlabeled) at 0x7f9ab2f484e0>>

@Seanny123 Seanny123 added the bug label Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant