diff --git a/.github/workflows/CI_WEIS.yml b/.github/workflows/CI_WEIS.yml index 09ac8b137..db98b3ff2 100644 --- a/.github/workflows/CI_WEIS.yml +++ b/.github/workflows/CI_WEIS.yml @@ -123,9 +123,12 @@ jobs: cd ../05_IEA-3.4-130-RWT mpiexec -np 2 python weis_driver.py cd ../09_design_of_experiments + mpiexec -n 2 python DOE_raft.py mpiexec -n 2 --bind-to core python DOE_openfast.py python postprocess_results.py - + cd ../17_IEA22_Optimization + mpiexec -n 2 python driver_weis_raft_opt.py + # Run scripts within dac folder # - name: Run examples distributed aerodynamic control # run: | diff --git a/weis/test/test_examples.py b/weis/test/test_examples.py index 3f6877e32..aa3ac4cf4 100644 --- a/weis/test/test_examples.py +++ b/weis/test/test_examples.py @@ -37,7 +37,9 @@ "10_override_example/weis_driver", #"12_linearization/doe_driver", # Soul crushingly long "12_linearization/weis_driver", - "15_RAFT_Studies/weis_driver_raft_opt" + "15_RAFT_Studies/weis_driver_raft_opt", + "17_IEA22_Optimization/driver_weis_openfast_opt", + "17_IEA22_Optimization/driver_weis_raft_opt", ] class TestExamples(unittest.TestCase):