X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_operator.py;h=030b94f73c5b4d1da8762a9cd9613e3d5725c4ad;hb=6ea32f02e6631f22a2140fa8428bd0a8d932d7c0;hp=2a0c9c48633cd06551c49515840680b57a5b927d;hpb=5d646c586de50b571d2983b546a05899bf0c20c2;p=sage.d.git diff --git a/mjo/eja/eja_operator.py b/mjo/eja/eja_operator.py index 2a0c9c4..030b94f 100644 --- a/mjo/eja/eja_operator.py +++ b/mjo/eja/eja_operator.py @@ -582,4 +582,4 @@ class FiniteDimensionalEuclideanJordanAlgebraOperator(Map): self.codomain(), mat) projectors.append(Pi) - return zip(eigenvalues, projectors) + return list(zip(eigenvalues, projectors))