Skip to content

Commit

Permalink
Remove use of non-existent function flatten (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jul 26, 2023
1 parent 8dbc9da commit e23650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DeformationBases/ArcDiagDeformBasis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function arc_diagram_label_permutations__so(V::LieAlgebraModule, label::Abstract
elseif is_tensor_power(V)
return [
begin
inner_label = flatten(first.(inner_iter))
inner_label = vcat(first.(inner_iter)...)
inner_sign = prod(last.(inner_iter))
(inner_label, inner_sign)
end for inner_iter in
Expand Down

0 comments on commit e23650e

Please sign in to comment.