Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydellavecchia committed Nov 27, 2024
1 parent 49e9bbb commit 052b305
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion experimental/AlgebraicShifting/src/PartialShift.jl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ julia> betti_numbers(L) == betti_numbers(K)
true
julia> W = weyl_group(:A, n_vertices(K) - 1)
Weyl group for root system defined by Cartan matrix [2 -1 0 0 0; -1 2 -1 0 0; 0 -1 2 -1 0; 0 0 -1 2 -1; 0 0 0 -1 2]
Weyl group
of root system of rank 5
of type A5
julia> s = gens(W)
5-element Vector{WeylGroupElem}:
Expand Down

0 comments on commit 052b305

Please sign in to comment.