From 07d8d3f5ce02c2d2693244d541561f264b5037c7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 2 Feb 2022 18:43:47 -0500 Subject: [PATCH] eja: use QQ for another potentially slow doctest. --- mjo/eja/eja_element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.43.2