Skip to content

Commit

Permalink
Merge pull request #135 from rafmudaf/global_dlc_driver
Browse files Browse the repository at this point in the history
Set the OpenFAST Library path in test script
  • Loading branch information
gbarter authored Jul 13, 2021
2 parents 67efa71 + 6c13b51 commit 0daf84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weis/aeroelasticse/test/test_OF_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def testWrapper(self):

fast_wr = runFAST_pywrapper()
fast_wr.FAST_exe = None # osp.join(weis_dir,'local/bin/openfast') # Path to executable
fast_wr.FAST_lib = osp.join(weis_dir, 'local', 'lib', 'libopenfastlib'+libext)
fast_wr.FAST_InputFile = self.fast.FAST_InputFile # FAST input file (ext=.fst)
fast_wr.FAST_directory = self.fast.FAST_directory # Path to fst directory files
fast_wr.FAST_runDirectory = self.fast.FAST_runDirectory # Path to fst directory files
Expand Down

0 comments on commit 0daf84e

Please sign in to comment.