We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7369b93 commit 261bbbdCopy full SHA for 261bbbd
1 file changed
examples/06_parametric_analysis/openfast_doe_driver.py
@@ -13,7 +13,7 @@
13
import os
14
from weis import weis_main
15
16
-TEST_RUN = True
+TEST_RUN = False # Set to True for quick testing
17
18
## File management
19
run_dir = os.path.dirname( os.path.realpath(__file__) ) + os.sep
0 commit comments