]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: make a test agree with its comment.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 24 Aug 2019 02:06:28 +0000 (22:06 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 24 Aug 2019 02:06:28 +0000 (22:06 -0400)
mjo/eja/eja_element.py

index b808ee19261cada516862c7496927b3b6f12896e..85d45715dae0d787e622293e4f4320d755536911 100644 (file)
@@ -1136,7 +1136,7 @@ class FiniteDimensionalEuclideanJordanAlgebraElement(IndexedFreeModuleElement):
 
             sage: set_random_seed()
             sage: J = random_eja()
-            sage: J.random_element().trace() in J.base_ring()
+            sage: J.random_element().trace() in RLF
             True
 
         """