Skip to content

Commit

Permalink
Don't show plot by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Apr 10, 2020
1 parent b01b3b9 commit a30df43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROSCO_toolbox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a30df43

Please sign in to comment.