]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_algebra.py
eja: change OctonionMatrixAlgebra paramater field -> scalars.
[sage.d.git] / mjo / eja / eja_algebra.py
index e16fd97c4f0e55591728dc8204da3d941529380c..d7010bcfd63ff838c0219dc7208a9b8e1988c889 100644 (file)
@@ -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 = []