From 6db5d3bdea85cdc88c4dcdce1a75b888d1c4f1d8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 24 Jun 2019 12:05:04 -0400 Subject: [PATCH] eja: remove an erroneous comment. --- mjo/eja/euclidean_jordan_algebra.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mjo/eja/euclidean_jordan_algebra.py b/mjo/eja/euclidean_jordan_algebra.py index 52e1383..08bce5f 100644 --- a/mjo/eja/euclidean_jordan_algebra.py +++ b/mjo/eja/euclidean_jordan_algebra.py @@ -122,9 +122,6 @@ def eja_rn(dimension, field=QQ): Qs = [ matrix(field, dimension, dimension, lambda k,j: 1*(k == j == i)) for i in xrange(dimension) ] - # Assuming associativity is wrong here, but it works to - # temporarily trick the Jordan algebra constructor into using the - # multiplication table. return FiniteDimensionalEuclideanJordanAlgebra(field,Qs) -- 2.44.2