Skip to content

Commit a6fd447

Browse files
committed
Re-enable ducted_fan problem and update test configuration
- Remove ducted_fan from excluded problems list in main package - Update test configuration to focus on ducted_fan problem - Regenerate test figures for ducted_fan problem - All tests pass successfully with ducted_fan problem
1 parent bafa90f commit a6fd447

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/OptimalControlProblems.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ function make_list_of_problems()
6565
problems_to_exclude = [
6666
:bioreactor,
6767
:cart_pendulum,
68-
#:dielectrophoretic_particle,
6968
:moonlander,
70-
:ducted_fan,
7169
]
7270
list_of_problems = setdiff(list_of_problems, problems_to_exclude)
7371

test/figures/init/ducted_fan.pdf

-386 KB
Binary file not shown.
-375 KB
Binary file not shown.

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ list_of_problems = OptimalControlProblems.problems()
3232

3333
# # Override the list of problems to test
3434
list_of_problems = [
35-
:dielectrophoretic_particle,
35+
:ducted_fan,
3636
]
3737

3838
# The list of all the problems to test

0 commit comments

Comments
 (0)