X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2Feja_utils.py;h=8422fbff3c3a3f1523a84708ee659bd605da7ffe;hp=1e10943e6ee686a015b45f2f1592efca3323e705;hb=71ed5e9dc86ef368e81e13122aad6046bf056a28;hpb=8fd6cc17cd935e5537bcea3aed8892c3ca65b40d diff --git a/mjo/eja/eja_utils.py b/mjo/eja/eja_utils.py index 1e10943..8422fbf 100644 --- a/mjo/eja/eja_utils.py +++ b/mjo/eja/eja_utils.py @@ -265,8 +265,6 @@ def gram_schmidt(v, inner_product=None): # cool return v - R = v[0].base_ring() - # Our "zero" needs to belong to the right space for sum() to work. zero = v[0].parent().zero()