From 44ef5b665217783bbeb05341476d6e02bbc44d4f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 3 Mar 2021 11:21:15 -0500 Subject: [PATCH] eja: change OctonionMatrixAlgebra paramater field -> scalars. --- mjo/eja/eja_algebra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- 2.43.2