X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2Feja_algebra.py;h=d7010bcfd63ff838c0219dc7208a9b8e1988c889;hp=e16fd97c4f0e55591728dc8204da3d941529380c;hb=44ef5b665217783bbeb05341476d6e02bbc44d4f;hpb=7f8c5e957f3449ad73be895a5f88e889168732f9 diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index e16fd97..d7010bc 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -2629,7 +2629,7 @@ class OctonionHermitianEJA(FiniteDimensionalEJA, MatrixEJA): """ from mjo.octonions import OctonionMatrixAlgebra - MS = OctonionMatrixAlgebra(n, field=field) + MS = OctonionMatrixAlgebra(n, scalars=field) es = MS.entry_algebra().gens() basis = []