Skip to content

Commit 02cb3a4

Browse files
committed
Remove some tests to try to improve time
1 parent 8da9956 commit 02cb3a4

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

test/nlp/nlpmodelstest.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
@testset "Check multiple precision" begin
1919
multiple_precision_nlp(nlp_ad, exclude = [])
2020
end
21-
@testset "Check view subarray" begin
22-
view_subarray_nlp(nlp_ad, exclude = [])
23-
end
24-
@testset "Check coordinate memory" begin
25-
coord_memory_nlp(nlp_ad, exclude = [])
26-
end
2721
end
2822
end
2923
end

test/nls/nlpmodelstest.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
multiple_precision_nls(nls, exclude = exclude)
3737
end
3838
end
39-
@testset "Check view subarray" begin
40-
view_subarray_nls.(nlss, exclude = exclude)
41-
end
4239
end
4340
end
4441
end

0 commit comments

Comments
 (0)