Skip to content

Commit 6a3672a

Browse files
Fix dss_transform ambiguity aqua test
1 parent 632eef3 commit 6a3672a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Spaces/dss_transform.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ end
6868
local_geometry::Geometry.LocalGeometry,
6969
weight,
7070
) where {T, N} = arg * weight
71+
@inline dss_transform(
72+
arg::Geometry.AxisTensor{T, N, <:Tuple{}},
73+
local_geometry::Geometry.LocalGeometry,
74+
weight,
75+
) where {T, N} = arg * weight
7176
@inline dss_transform(
7277
arg::Geometry.LocalVector,
7378
local_geometry::Geometry.LocalGeometry,

test/aqua.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using Aqua
2020
# then please lower the limit based on the new number of ambiguities.
2121
# We're trying to drive this number down to zero to reduce latency.
2222
@info "Number of method ambiguities: $(length(ambs))"
23-
@test length(ambs) 16
23+
@test length(ambs) 15
2424

2525
# returns a vector of all unbound args
2626
# ua = Aqua.detect_unbound_args_recursively(ClimaCore)

0 commit comments

Comments
 (0)