X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2Feja_algebra.py;h=2ecf8cd274bbee0be8c31e25c8a35a6e9561123a;hp=c86cdff0e4ab056292ac248289aee6a876332739;hb=e28bd3518185e3a87866c61d973876f84fdeea66;hpb=2d94a6ffbaacfc4d63ec47580d0caa1ae6c02e07 diff --git a/mjo/eja/eja_algebra.py b/mjo/eja/eja_algebra.py index c86cdff..2ecf8cd 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -2732,7 +2732,7 @@ class OctonionHermitianEJA(RationalBasisEJA, ConcreteEJA, MatrixEJA): 27 """ - from mjo.octonions import OctonionMatrixAlgebra + from mjo.hurwitz import OctonionMatrixAlgebra MS = OctonionMatrixAlgebra(n, scalars=field) es = MS.entry_algebra().gens()