Skip to content

Commit

Permalink
sy - turning off dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yisangriB committed Oct 9, 2024
1 parent c95b9e4 commit 3373a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/performUQ/SimCenterUQ/surrogateBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
print('Failed to import module:' + moduleName) # noqa: T201

errFileName = 'dakota.err' # noqa: N816
develop_mode = True
develop_mode = False
if develop_mode:
import matplotlib.pyplot as plt;
print("developer mode")
Expand Down

0 comments on commit 3373a34

Please sign in to comment.