Skip to content

Commit 50e408d

Browse files
committed
add fixme
1 parent aacafc1 commit 50e408d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spaces/gradedspace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Base.hash(V::GradedSpace, h::UInt) = hash(V.dual, hash(V.dims, h))
9191
field(::Type{<:GradedSpace}) =
9292
InnerProductStyle(::Type{<:GradedSpace}) = EuclideanInnerProduct()
9393
function dim(V::GradedSpace)
94-
T = Base.promote_op(*, Int, real(sectorscalartype(sectortype(V))))
94+
T = Base.promote_op(*, Int, real(sectorscalartype(sectortype(V)))) #FIXME: doesn't work
9595
return reduce(+, dim(V, c) * dim(c) for c in sectors(V);
9696
init=zero(T))
9797
end

0 commit comments

Comments
 (0)