#69 Removed most solvers, replaced by wrappers.

This commit is contained in:
rowanc1
2014-05-16 18:33:57 -07:00
parent 1f0e37d773
commit f3170a8a7f
11 changed files with 92 additions and 670 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import numpy as np
class TestLinear(unittest.TestCase):
def test_running(self):
Linear.run(100)
Linear.run(100, plotIt=False)
self.assertTrue(True)
if __name__ == '__main__':