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 8da9956 commit 02cb3a4Copy full SHA for 02cb3a4
test/nlp/nlpmodelstest.jl
@@ -18,12 +18,6 @@
18
@testset "Check multiple precision" begin
19
multiple_precision_nlp(nlp_ad, exclude = [])
20
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
27
28
29
test/nls/nlpmodelstest.jl
@@ -36,9 +36,6 @@
36
multiple_precision_nls(nls, exclude = exclude)
37
38
39
40
- view_subarray_nls.(nlss, exclude = exclude)
41
42
43
44
0 commit comments