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):