nengo / nengo-loihi

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

Update unsupported tests #222

Closed drasmuss closed 5 years ago

drasmuss commented 5 years ago

https://github.com/nengo/nengo/pull/1398 fixed some of the nengo core tests that were accidentally using nengo.Simulator instead of the Simulator fixture. This revealed another test that fails in nengo-loihi (no ensembles on chip), which is added to the unsupported list.

Then while I was updating that I also did a quick check for any tests that we were xpassing, and removed a few from the unsupported list as a result.