File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
[deps ]
2
2
AbstractTrees = " 1520ce14-60c1-5f80-bbc7-55ef81b5835c"
3
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
3
4
Clarabel = " 61c947e1-3e6d-4ee4-985a-eec8c727bd6e"
4
5
Convex = " f65535da-76fb-5f13-bab9-19810c17039a"
5
6
ECOS = " e2685f51-7e38-5353-a97d-a921fd2c8199"
Original file line number Diff line number Diff line change 3
3
# Use of this source code is governed by a BSD-style license that can be found
4
4
# in the LICENSE file or at https://opensource.org/license/bsd-2-clause
5
5
6
- using Test
6
+ using Test, Aqua, Convex
7
7
8
8
# Seed random number stream to improve test reliability
9
9
import Random
@@ -16,3 +16,11 @@ Random.seed!(2)
16
16
include (" test_problem_depot.jl" )
17
17
include (" MOI_wrapper.jl" )
18
18
end
19
+
20
+ @testset " Aqua" begin
21
+ Aqua. test_all (Convex; ambiguities = false , piracies = false )
22
+ # Convex currently has some light piracy of `hcat`, `vcat` and `hvcat`
23
+ Aqua. test_piracies (Convex; treat_as_own = [hcat, vcat, hvcat])
24
+ # Convex currently has some ambiguities
25
+ Aqua. test_ambiguities (Convex; broken = true )
26
+ end
You can’t perform that action at this time.
0 commit comments