Skip to content

Commit

Permalink
Update src/sage/combinat/root_system/root_lattice_realization_algebra…
Browse files Browse the repository at this point in the history
…s.py

Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
  • Loading branch information
grhkm21 and Matthias Köppe authored Jun 20, 2024
1 parent e9c360e commit f570e7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def demazure_lusztig_operators(self, q1, q2, convention="antidominant"):
to specify explicitly the elements on which to run the
tests::
sage: for cartan_type in CartanType.samples(crystallographic=True): # long time (12s)
sage: for cartan_type in CartanType.samples(crystallographic=True): # long time (12s)
....: L = RootSystem(cartan_type).ambient_space()
....: KL = L.algebra(K)
....: weight_lattice = RootSystem(cartan_type).weight_lattice(extended=L.is_extended())
Expand Down

0 comments on commit f570e7a

Please sign in to comment.