Skip to content

Commit

Permalink
Fix run dir for heavy testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 28, 2020
1 parent 320d059 commit 27de7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROSCO_testing/ROSCO_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def ROSCO_Test_heavy(self, more_case_inputs={}, U=[]):
iec.Turbsim_exe = self.Turbsim_exe
iec.debug_level = self.debug_level
iec.cores = self.cores
iec.run_dir = os.path.join(self.runDir, 'wind')
iec.run_dir = os.path.join(self.runDir)
iec.overwrite = self.overwrite
# iec.overwrite = False
if self.cores > 1:
Expand Down

0 comments on commit 27de7f1

Please sign in to comment.