From 4b7f7c3c147403004e00edc27d42f42714c4c5ff Mon Sep 17 00:00:00 2001 From: GudniRos Date: Wed, 9 Dec 2015 15:46:57 -0800 Subject: [PATCH] Fixed a spelling error --- SimPEG/Directives.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.