X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_operator.py;fp=mjo%2Feja%2Feja_operator.py;h=030b94f73c5b4d1da8762a9cd9613e3d5725c4ad;hb=44182089cc3e0f0a6aecb6e652ad2a5c42bbb36a;hp=2a0c9c48633cd06551c49515840680b57a5b927d;hpb=b760d6ffe2554def684bf1118fff22072b8cf781;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))