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 1cf5069 commit ac8a1b1Copy full SHA for ac8a1b1
test/runtests.jl
@@ -82,14 +82,5 @@ if GROUP != "trim"
82
)
83
elseif GROUP == "trim" && VERSION >= v"1.12.0-rc1" # trimming has been introduced in julia 1.12
84
activate_trim_env!()
85
- @safetestset "Clean implementation (non-trimmable)" begin
86
- using SciMLBase: successful_retcode
87
- include("trim/clean_optimization.jl")
88
- @test successful_retcode(minimize(1.0).retcode)
89
- end
90
- @safetestset "Trimmable implementation" begin
91
92
- include("trim/trimmable_optimization.jl")
93
94
+ include("trim/runtests.jl")
95
end
0 commit comments