ctn-archive / nengo_theano

ABANDONED; see https://github.com/nengo/nengo instead
MIT License
3 stars 3 forks source link

Fixed several typos, added test scripts #40

Closed studywolf closed 11 years ago

studywolf commented 11 years ago

@jaberg the TRN test script those an error from the new connection class:

TypeError: The 'inputs' argument to Apply must contain Variable instances, not [[[-10]]]

aside from that just fixed a couple of typos, the other three test scripts run fine.

jaberg commented 11 years ago

Looks good! Merging.