diff --git a/SimPEG/Directives.py b/SimPEG/Directives.py index b32cd798..e51c904e 100644 --- a/SimPEG/Directives.py +++ b/SimPEG/Directives.py @@ -308,7 +308,7 @@ class Update_lin_PreCond(InversionDirective): """ Create a Jacobi preconditioner for the linear problem """ - onlyOnStart=True + onlyOnStart=False def initialize(self):