From c211ae29029b2f840b96d8fce3d064047c85b4a5 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 11 Mar 2021 21:36:55 -0500 Subject: [PATCH] eja: delete an unused statement. --- mjo/eja/eja_algebra.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index 845503b..e28ec6b 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -309,7 +309,6 @@ class FiniteDimensionalEJA(CombinatorialFreeModule): # as well as a subspace W of V spanned by those (vectorized) # basis elements. The W-coordinates are the coefficients that # we see in things like x = 1*b1 + 2*b2. - vector_basis = basis degree = 0 if n > 0: -- 2.43.2