Skip to content

Commit

Permalink
include changes from other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Jan 10, 2025
1 parent 311669a commit 4dfd5b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/CI_WEIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 3 additions & 1 deletion weis/test/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4dfd5b0

Please sign in to comment.