mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-19 11:28:00 +08:00
#69 Removed most solvers, replaced by wrappers.
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user