nengo / nengo-loihi

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

Run tests in Python 3.6 by default #258

Closed hunse closed 4 years ago

hunse commented 4 years ago

This ensures that black static checks get run (black does not support Python 3.5, which is what we used previously).

The hardware tests still use Python 3.5.2, because this is required by NxSDK.

This also adds a commit that fixes the scipy.sparse import errors (#252).