Skip to content

Commit 0691c24

Browse files
Update runtests.jl
Removed redundant tests.
1 parent 953fda2 commit 0691c24

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

lib/OptimizationODE/test/runtests.jl

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -240,19 +240,7 @@ end
240240
@test isapprox(J, expected_J, atol=1e-6)
241241
end
242242
end
243-
244-
@testset "Solver Type Detection" begin
245-
@testset "Mass Matrix Solvers" begin
246-
opt = DAEMassMatrix()
247-
@test OptimizationODE.get_solver_type(opt) == :mass_matrix
248-
end
249-
250-
@testset "Index Method Solvers" begin
251-
opt = DAEIndexing()
252-
@test OptimizationODE.get_solver_type(opt) == :indexing
253-
end
254-
end
255-
243+
256244
@testset "Error Handling and Edge Cases" begin
257245
@testset "Empty Constraints" begin
258246
x0 = [1.5, 0.5]

0 commit comments

Comments
 (0)