From e658c4d5113c78fc3ba4e009b1caa3b51cfeba23 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Thu, 21 Dec 2023 08:39:54 -0700 Subject: [PATCH] forcing library use --- weis/aeroelasticse/runFAST_pywrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weis/aeroelasticse/runFAST_pywrapper.py b/weis/aeroelasticse/runFAST_pywrapper.py index 85138869c..614361d5d 100644 --- a/weis/aeroelasticse/runFAST_pywrapper.py +++ b/weis/aeroelasticse/runFAST_pywrapper.py @@ -187,7 +187,7 @@ def execute(self): # Make sure pCrunch is ready self.init_crunch() - if not self.use_exe: # Use library + if True: #not self.use_exe: # Use library FAST_directory = os.path.split(writer.FAST_InputFileOut)[0]