]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: really fix that test from the last commit.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Feb 2021 23:54:09 +0000 (18:54 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Feb 2021 23:54:09 +0000 (18:54 -0500)
mjo/eja/eja_algebra.py

index d012dd86c09a0596933059d1a43d7aca55e5d9a2..ee34e532fa7f4efb3d5aa7d89001f0430f2df52d 100644 (file)
@@ -568,7 +568,8 @@ class FiniteDimensionalEJA(CombinatorialFreeModule):
 
         SETUP::
 
-            sage: from mjo.eja.eja_algebra import (JordanSpinEJA,
+            sage: from mjo.eja.eja_algebra import (random_eja,
+            ....:                                  JordanSpinEJA,
             ....:                                  HadamardEJA,
             ....:                                  RealSymmetricEJA)