Permalink
Browse files

Revert "Get NN working a bit better on the tests"

  • Loading branch information...
1 parent df56ca1 commit 9835e3f7ef66762c7c4138d434cf7a1f44e71b65 @charmasaur charmasaur committed on GitHub Dec 9, 2016
Showing with 464 additions and 1,407 deletions.
  1. +1 −1 mloop/__init__.py
  2. +184 −270 mloop/controllers.py
  3. +275 −820 mloop/learners.py
  4. +0 −130 mloop/nnlearner.py
  5. +0 −16 mloop/utilities.py
  6. +4 −170 mloop/visualizations.py
View
@@ -13,4 +13,4 @@
import os
__version__= "2.1.1"
-__all__ = ['controllers','interfaces','launchers','learners','nnlearner','testing','utilities','visualizations','cmd']
+__all__ = ['controllers','interfaces','launchers','learners','testing','utilities','visualizations','cmd']
Oops, something went wrong.

0 comments on commit 9835e3f

Please sign in to comment.