nengo / nengo-extras

Extra utilities and add-ons for Nengo
https://www.nengo.ai/nengo-extras
Other
5 stars 8 forks source link

Simplify root directory and improve examples #76

Closed tbekolay closed 6 years ago

tbekolay commented 6 years ago

This does a few things that we've been doing in other repos (nengo, nengo-spa) in this repo. Specifically, .travis.yml is split up in to separate shell scripts, and a bunch of additional checks are added. All examples that were previously .py scripts were converted to notebooks, and all notebooks were moved to the docs folder and are automatically checked for style during CI.

This, #61, and #73 are the PRs I want to get merged before doing a release in preparation for the summer school, so a speedy review would be appreciated!

tbekolay commented 6 years ago

@hunse is 6a7b441314 what you're looking for?

hunse commented 6 years ago

That fixup looks good.

I noticed the matrix multiplication test failed in CI. I gave it a seed, so it should no longer fail occasionally. I also made a few other small fixes while I was there, like using both positive and negative values in the matrices to give a wider range of outputs.

tbekolay commented 6 years ago

Awesome thanks! I'll fix things up and merge once CI finishes.