File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
lib/ControlSystemsBase/test Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import Base.isapprox # In framework and test_synthesis
44import SparseArrays: sparse # In test_matrix_comps
55import Polynomials: conv # In test_conversion and test_synthesis
66using Aqua
7- # @testset "Aqua" begin
8- # Aqua.test_all(ControlSystemsBase;
9- # ambiguities = false, # causes 100s of hits in all dependencies
10- # stale_deps = true, # Aqua complains about itself https://github.com/JuliaTesting/Aqua.jl/issues/78
11- # project_toml_formatting = false, # https://github.com/JuliaTesting/Aqua.jl/issues/105
12- # )
13- # end
7+ @testset " Aqua" begin
8+ Aqua. test_all (ControlSystemsBase;
9+ ambiguities = false , # causes 100s of hits in all dependencies
10+ stale_deps = true , # Aqua complains about itself https://github.com/JuliaTesting/Aqua.jl/issues/78
11+ project_toml_formatting = false , # https://github.com/JuliaTesting/Aqua.jl/issues/105
12+ )
13+ end
1414
1515
1616include (" framework.jl" )
You can’t perform that action at this time.
0 commit comments