diff --git a/SimPEG/Directives.py b/SimPEG/Directives.py index 349432e4..9e4626ca 100644 --- a/SimPEG/Directives.py +++ b/SimPEG/Directives.py @@ -210,7 +210,8 @@ class SaveOutputDictEveryIteration(_SaveEveryIteration): """SaveOutputDictEveryIteration""" def initialize(self): - print "SimPEG.SaveOutputDictEveryIteration will save your inversion pro + print "SimPEG.SaveOutputDictEveryIteration will save your inversion progress as dictionary: '###-%s.npz'" + def endIter(self): # Save the data.