Skip to content

Commit

Permalink
0929
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Sep 29, 2021
1 parent ead719f commit b9728aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msgpi/dakota/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def analysis(self):

bda.run()

if self.settings['debug']:
if self.debug:
bda.summary('summary after run')

# dda.summary('DAKOTA')
Expand Down Expand Up @@ -235,7 +235,7 @@ def analysis(self):

csda.run()

if self.settings['debug']:
if self.debug:
csda.summary('summary after run')

return
Expand Down

0 comments on commit b9728aa

Please sign in to comment.