]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_algebra.py
eja: fix two more test typos.
[sage.d.git] / mjo / eja / eja_algebra.py
index 60a23c8b148f32f44cbbacbd71140c0ed5fc408f..ad619f667a853e191f254aa32aaed3664e27f6a5 100644 (file)
@@ -3213,6 +3213,7 @@ class CartesianProductEJA(CombinatorialFreeModule_CartesianProduct,
             ....:      ==
             ....:      J.gens()[J._monomial_to_generator(m)]
             ....:      for m in J.basis().keys() )
+            True
 
         """
         # The superclass method indexes into a matrix, so we have to
@@ -3254,7 +3255,7 @@ class CartesianProductEJA(CombinatorialFreeModule_CartesianProduct,
             sage: list(K2.basis())
             [e(0, (0, 0)), e(0, (0, 1)), e(0, (1, 0)), e(0, (1, 1)),
             e(0, (1, 2)), e(1, 0)]
-            sage: sage: g = K2.gens()
+            sage: g = K2.gens()
             sage: (g[0] + 2*g[3]) * (g[1] - 4*g[2])
             e(0, (0, 1)) - 4*e(0, (1, 1))