nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Added connection to error output in connection.py #290

Closed studywolf closed 4 years ago

studywolf commented 4 years ago

In the process of building some of my models I've encountered errors about the connection build but without specific information about which connection is the cause of the problem. This PR just adds the relevant connection printout to the errors thrown in builder/connection.py.

hunse commented 4 years ago

This is already done in #289