Skip to content

Commit 261bbbd

Browse files
committed
Set TEST_RUN to false by default
1 parent 7369b93 commit 261bbbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/06_parametric_analysis/openfast_doe_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414
from weis import weis_main
1515

16-
TEST_RUN = True
16+
TEST_RUN = False # Set to True for quick testing
1717

1818
## File management
1919
run_dir = os.path.dirname( os.path.realpath(__file__) ) + os.sep

0 commit comments

Comments
 (0)