File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
8
8
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9
9
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
10
10
ConstructionBase = " 187b0558-2788-49d3-abe0-74a17ed4e7c9"
11
- ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
12
11
Functors = " d9f16b24-f501-4c13-a1f2-28368ffc5196"
13
12
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14
13
StaticArrayInterface = " 0d7ed370-da01-4f52-bd93-41d350b8b718"
@@ -41,7 +40,6 @@ Adapt = "4.1"
41
40
ArrayInterface = " 7.17.1"
42
41
ChainRulesCore = " 1.25"
43
42
ConstructionBase = " 1"
44
- ForwardDiff = " 0.10.36"
45
43
Functors = " 0.4.12, 0.5"
46
44
GPUArrays = " 10.3.1, 11"
47
45
KernelAbstractions = " 0.9.29"
Original file line number Diff line number Diff line change 1
1
[deps ]
2
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
2
3
ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3
4
ArrayInterfaceCore = " 30b0a656-2188-435a-8636-2ec0e6a096e2"
4
5
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change
1
+ using ComponentArrays
2
+ using Aqua
3
+
4
+ Aqua. test_all (ComponentArrays, ambiguities= false , unbound_args= false )
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ using Test
11
11
using Unitful
12
12
using Functors
13
13
14
+ include (" formalities.jl" )
15
+
14
16
# Convert abstract unit range to a ViewAxis with ShapeAxis.
15
17
r2v (r:: AbstractUnitRange ) = ViewAxis (r, ShapedAxis (size (r)))
16
18
You can’t perform that action at this time.
0 commit comments