X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_element.py;h=4c9993a2cae68c8064a087c344ef2a5bf23877c5;hb=d6f51df5e37b30956849e01b70c4aede00f3434e;hp=347aa3c211278a15a691944c9a559076c5817acf;hpb=028e405e8fd8672d0a68d21118305586a34927ad;p=sage.d.git diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py index 347aa3c..4c9993a 100644 --- a/mjo/eja/eja_element.py +++ b/mjo/eja/eja_element.py @@ -1654,4 +1654,3 @@ class CartesianProductEJAElement(FiniteDimensionalEJAElement): return sum( ( W(tuple(alpha*b_i for b_i in b)) for (b,alpha) in pairs ), W.zero()) -