Skip to content

Commit

Permalink
Another type annotation fix
Browse files Browse the repository at this point in the history
reported by JET
  • Loading branch information
lgoettgens committed Sep 24, 2024
1 parent fd7c720 commit 90cbfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/LieAlgebras/src/Types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ end
R::Field
n::Int # the n of the gl_n this embeds into
dim::Int
basis::Vector{MatElem{C}}
basis::Vector{<:MatElem{C}}
s::Vector{Symbol}

# only set if known
Expand Down

0 comments on commit 90cbfa3

Please sign in to comment.