]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: use QQ for another potentially slow doctest.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 2 Feb 2022 23:43:47 +0000 (18:43 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 2 Feb 2022 23:43:47 +0000 (18:43 -0500)
mjo/eja/eja_element.py

index bc253d48653c40bddb3180e083daf6b61e9f3dac..0983ea0607a438464b3e9ab6245a344ba59a5aef 100644 (file)
@@ -1425,7 +1425,7 @@ class FiniteDimensionalEJAElement(IndexedFreeModuleElement):
         where there are non-nilpotent elements, or that we get the dumb
         solution in the trivial algebra::
 
-            sage: J = random_eja()
+            sage: J = random_eja(field=QQ, orthonormalize=False)
             sage: x = J.random_element()
             sage: while x.is_nilpotent() and not J.is_trivial():
             ....:     x = J.random_element()