From 451cd4680129b2897f5fe1984be3606560052c61 Mon Sep 17 00:00:00 2001 From: GudniRos Date: Sat, 30 Jan 2016 14:11:38 -0800 Subject: [PATCH] Added a clean to the Solver. --- SimPEG/MT/Problem3D/Probs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SimPEG/MT/Problem3D/Probs.py b/SimPEG/MT/Problem3D/Probs.py index 64866cf1..768a2d61 100644 --- a/SimPEG/MT/Problem3D/Probs.py +++ b/SimPEG/MT/Problem3D/Probs.py @@ -132,6 +132,7 @@ class eForm_ps(BaseMTProblem): if self.verbose: print 'Ran for {:f} seconds'.format(time.time()-startTime) sys.stdout.flush() + Ainv.clean() return F class eForm_Tp(BaseMTProblem):