]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_element_subalgebra.py
eja: pass check=False for known-good constructions.
[sage.d.git] / mjo / eja / eja_element_subalgebra.py
index 608cbc2ed2004235b1f0a356d4a9f89119a2f6c0..a4d7d1f3de4c43347b43451be15cc38b5e1c9556 100644 (file)
@@ -52,7 +52,8 @@ class FiniteDimensionalEuclideanJordanElementSubalgebra(FiniteDimensionalEuclide
         fdeja = super(FiniteDimensionalEuclideanJordanElementSubalgebra, self)
         fdeja.__init__(self._superalgebra,
                        superalgebra_basis,
-                       category=category)
+                       category=category,
+                       check=False)
 
         # The rank is the highest possible degree of a minimal
         # polynomial, and is bounded above by the dimension. We know