]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: add a SETUP block to fix an existing doctest.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 5 Aug 2019 01:05:51 +0000 (21:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 5 Aug 2019 01:05:51 +0000 (21:05 -0400)
mjo/eja/eja_algebra.py

index 76a8ce624d526b8c3bd67de6d3b169b4b866d73b..70f04ef31d4bd04824d51b3d669d7b5ff947eeeb 100644 (file)
@@ -389,6 +389,11 @@ class FiniteDimensionalEuclideanJordanAlgebra(CombinatorialFreeModule):
         method that would otherwise just crash and complain about the
         algebra being infinite.
 
+        SETUP::
+
+            sage: from mjo.eja.eja_algebra import (JordanSpinEJA,
+            ....:                                  RealCartesianProductEJA)
+
         EXAMPLES::
 
             sage: J = RealCartesianProductEJA(3)