From: Michael Orlitzky Date: Mon, 7 Dec 2020 20:30:55 +0000 (-0500) Subject: eja: fix operator tests. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=b0cf7605e6811065dad67263596c7f5d1bd45b34;p=sage.d.git eja: fix operator tests. --- diff --git a/mjo/eja/eja_operator.py b/mjo/eja/eja_operator.py index 6ec335f..75a0820 100644 --- a/mjo/eja/eja_operator.py +++ b/mjo/eja/eja_operator.py @@ -641,7 +641,7 @@ class FiniteDimensionalEJAOperator(Map): sage: J = RealSymmetricEJA(4) sage: x = sum(J.gens()) - sage: A = x.subalgebra_generated_by(orthonormalize_basis=True) + sage: A = x.subalgebra_generated_by() sage: L0x = A(x).operator() sage: sd = L0x.spectral_decomposition() sage: l0 = sd[0][0]