From c7ee9a3e3f6112bbca6fcd1085d2bd454a3dc3ab Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 4 Aug 2019 21:05:51 -0400 Subject: [PATCH] eja: add a SETUP block to fix an existing doctest. --- mjo/eja/eja_algebra.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 76a8ce6..70f04ef 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -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) -- 2.44.2