nengo / nengo-dl

Deep learning integration for Nengo
https://www.nengo.ai/nengo-dl
Other
88 stars 22 forks source link

Switch to new pytest fixtures #100

Closed drasmuss closed 5 years ago

drasmuss commented 5 years ago

Removes dependence on Nengo's conftest.py, except for one remaining part where we're monkey-patching core's Simulator fixture.

Also disables autodoc on the MessageBar widget. The sphinx 2.2.0 release raises some mysterious error for the (minimal) docstrings in that object. Looked into it briefly, but not clear why it's erroring (I suspect it's just a bug on sphinx's end). But it's not critical to have in the documentation since it isn't user facing, and will hopefully be replaced by the Keras progress bar system in the near future, so just disabled it to avoid the problem.

drasmuss commented 5 years ago

The appveyor tests used to be passing, I might have just messed something up in the rebase. I'll take a look.