X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2Feja_algebra.py;h=e26146ec81b5a0f922c27cca487aed9277ceb7e1;hp=e6aba200a90a0317150bde9093f6a28569d2db74;hb=d15174bdec505911105c332e02aea50e7b251e7e;hpb=3f49e3bf2b85b1918c1abb0e8973a6f203dabc86 diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index e6aba20..e26146e 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -1409,7 +1409,7 @@ class FiniteDimensionalEJA(CombinatorialFreeModule): # corresponding to trivial spaces (e.g. it returns only the # eigenspace corresponding to lambda=1 if you take the # decomposition relative to the identity element). - trivial = self.subalgebra(()) + trivial = self.subalgebra((), check_axioms=False) J0 = trivial # eigenvalue zero J5 = VectorSpace(self.base_ring(), 0) # eigenvalue one-half J1 = trivial # eigenvalue one