Skip to content

Commit

Permalink
ROSCO testing as class, rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 25, 2020
1 parent ffe3635 commit 9c4db81
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 @@ -138,7 +138,7 @@ def ROSCO_Test_lite(self, more_case_inputs=None):
iec.Turbsim_exe = self.Turbsim_exe
iec.debug_level = self.debug_level
iec.cores = self.cores
iec.run_dir = self.runDir
iec.run_dir = os.path.join(self.runDir,'wind')
iec.overwrite = self.overwrite
# iec.overwrite = False
if self.cores > 1:
Expand Down

0 comments on commit 9c4db81

Please sign in to comment.