From a30df4303c4f446aa3982dbc9e0abf050b2123f0 Mon Sep 17 00:00:00 2001 From: Nikhar Abbas Date: Fri, 10 Apr 2020 16:55:36 -0600 Subject: [PATCH] Don't show plot by default --- ROSCO_toolbox/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROSCO_toolbox/utilities.py b/ROSCO_toolbox/utilities.py index f16019ccd..50869b590 100644 --- a/ROSCO_toolbox/utilities.py +++ b/ROSCO_toolbox/utilities.py @@ -90,7 +90,7 @@ def run_openfast(self,fast_dir,fastcall='OpenFAST',fastfile=None,chdir=False): os.system('{} {}'.format(fastcall, os.path.join(fast_dir,fastfile))) print('OpenFAST simulation complete. ') - def plot_fast_out(self, cases, allinfo, alldata, showplot=True, fignum=None, xlim=None): + def plot_fast_out(self, cases, allinfo, alldata, showplot=False, fignum=None, xlim=None): ''' Plots OpenFAST outputs for desired channels