X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2Feja_element.py;fp=mjo%2Feja%2Feja_element.py;h=0983ea0607a438464b3e9ab6245a344ba59a5aef;hp=bc253d48653c40bddb3180e083daf6b61e9f3dac;hb=07d8d3f5ce02c2d2693244d541561f264b5037c7;hpb=d489a9250f943511d4c6349d65bf624e963d49a8 diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py index bc253d4..0983ea0 100644 --- a/mjo/eja/eja_element.py +++ b/mjo/eja/eja_element.py @@ -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()