Skip to content

Commit 39f73a4

Browse files
committed
Add another test run flag
1 parent a212e4e commit 39f73a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/05_IEA-3.4-130-RWT/weis_driver_model_only.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import os
22
from weis import weis_main
33

4+
TEST_RUN = True
5+
46
## File management
57
run_dir = os.path.dirname( os.path.realpath(__file__) )
68
fname_wt_input = os.path.join(run_dir, "..", "00_setup", "ref_turbines", "IEA-3p4-130-RWT.yaml")
@@ -15,4 +17,5 @@
1517
wt_opt, modeling_options, opt_options = weis_main(fname_wt_input,
1618
fname_modeling_options,
1719
fname_analysis_options,
18-
modeling_override=modeling_override)
20+
modeling_override=modeling_override,
21+
test_run=TEST_RUN)

0 commit comments

Comments
 (0)