From: Michael Orlitzky Date: Sat, 21 Nov 2020 12:37:35 +0000 (-0500) Subject: eja: drop an unused variable. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=4fcd301b1104a5629e0aa867742f507e882dc25f;p=sage.d.git eja: drop an unused variable. --- diff --git a/mjo/eja/eja_element_subalgebra.py b/mjo/eja/eja_element_subalgebra.py index d2b54fe..3936ac1 100644 --- a/mjo/eja/eja_element_subalgebra.py +++ b/mjo/eja/eja_element_subalgebra.py @@ -42,7 +42,6 @@ class FiniteDimensionalEuclideanJordanElementSubalgebra(FiniteDimensionalEuclide # Pick those out of the list of all powers. superalgebra_basis = tuple(map(powers.__getitem__, ind_rows)) - basis_vectors = map(power_vectors.__getitem__, ind_rows) else: # If we're going to orthonormalize the basis anyway, we # might as well just do Gram-Schmidt on the whole list of