Skip to content

Commit

Permalink
Remove some tests to try to improve time
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 27, 2021
1 parent 8da9956 commit 02cb3a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions test/nlp/nlpmodelstest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
@testset "Check multiple precision" begin
multiple_precision_nlp(nlp_ad, exclude = [])
end
@testset "Check view subarray" begin
view_subarray_nlp(nlp_ad, exclude = [])
end
@testset "Check coordinate memory" begin
coord_memory_nlp(nlp_ad, exclude = [])
end
end
end
end
3 changes: 0 additions & 3 deletions test/nls/nlpmodelstest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
multiple_precision_nls(nls, exclude = exclude)
end
end
@testset "Check view subarray" begin
view_subarray_nls.(nlss, exclude = exclude)
end
end
end
end

0 comments on commit 02cb3a4

Please sign in to comment.