From: Michael Orlitzky Date: Thu, 25 Feb 2021 23:54:09 +0000 (-0500) Subject: eja: really fix that test from the last commit. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=da5bbdc1e0e0a2e020a15b48a3e90d8cee0dfb10 eja: really fix that test from the last commit. --- diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index d012dd8..ee34e53 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -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)