From b9728aacfeef47c3999218209f6ab4bb1e3d5f6b Mon Sep 17 00:00:00 2001 From: Su Tian Date: Wed, 29 Sep 2021 11:16:25 -0400 Subject: [PATCH] 0929 --- msgpi/dakota/interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msgpi/dakota/interface.py b/msgpi/dakota/interface.py index 1d5d7c3..52daf9e 100644 --- a/msgpi/dakota/interface.py +++ b/msgpi/dakota/interface.py @@ -204,7 +204,7 @@ def analysis(self): bda.run() - if self.settings['debug']: + if self.debug: bda.summary('summary after run') # dda.summary('DAKOTA') @@ -235,7 +235,7 @@ def analysis(self): csda.run() - if self.settings['debug']: + if self.debug: csda.summary('summary after run') return