From: Michael Orlitzky Date: Wed, 2 Feb 2022 18:44:25 +0000 (-0500) Subject: eja: remove an "expected algebra failure" that now somehow passes. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=d489a9250f943511d4c6349d65bf624e963d49a8 eja: remove an "expected algebra failure" that now somehow passes. --- diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index d6dd0ef..d3eac4f 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -2187,15 +2187,6 @@ class ComplexHermitianEJA(HermitianMatrixEJA, RationalBasisEJA, ConcreteEJA): ... TypeError: Illegal initializer for algebraic number - This causes the following error when we try to scale a matrix of - complex numbers by an inexact real number:: - - sage: ComplexHermitianEJA(2,field=RR) - Traceback (most recent call last): - ... - TypeError: Unable to coerce entries (=(1.00000000000000, - -0.000000000000000)) to coefficients in Algebraic Real Field - TESTS: The dimension of this algebra is `n^2`::