We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64bed4 commit 1a4e1b4Copy full SHA for 1a4e1b4
test/runtests.jl
@@ -31,11 +31,11 @@ problems_to_exclude = [
31
# :cart_pendulum, # no need to remove here since already removed in OptimalControlProblems.jl
32
# :dielectrophoretic_particle, # no need to remove here since already removed in OptimalControlProblems.jl
33
# :moonlander, # no need to remove here since already removed in OptimalControlProblems.jl
34
- :ducted_fan,
35
- :insurance,
36
- :robot,
37
- :space_shuttle,
38
- :steering,
+ # :ducted_fan,
+ # :insurance,
+ # :robot,
+ # :space_shuttle,
+ # :steering,
39
]
40
list_of_problems = setdiff(list_of_problems, problems_to_exclude)
41
0 commit comments