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 e728e55 commit a6357ddCopy full SHA for a6357dd
test/runtests.jl
@@ -41,14 +41,5 @@ if GROUP != "trim"
41
)
42
elseif GROUP == "trim" && VERSION >= v"1.12.0-rc1" # trimming has been introduced in julia 1.12
43
activate_trim_env!()
44
- @safetestset "Clean implementation (non-trimmable)" begin
45
- using SciMLBase: successful_retcode
46
- include("trim/clean_optimization.jl")
47
- @test successful_retcode(minimize(1.0).retcode)
48
- end
49
- @safetestset "Trimmable implementation" begin
50
51
- include("trim/trimmable_optimization.jl")
52
53
+ include("trim/runtests.jl")
54
end
0 commit comments