From: Michael Orlitzky Date: Sun, 28 Jul 2019 15:15:12 +0000 (-0400) Subject: eja: suggest operator().matrix() to replace element matrix(). X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=82cfafa14e389cf966702df4319e57184c61152d;p=sage.d.git eja: suggest operator().matrix() to replace element matrix(). --- diff --git a/mjo/eja/euclidean_jordan_algebra.py b/mjo/eja/euclidean_jordan_algebra.py index 750b6c1..7967fcc 100644 --- a/mjo/eja/euclidean_jordan_algebra.py +++ b/mjo/eja/euclidean_jordan_algebra.py @@ -1275,7 +1275,7 @@ class FiniteDimensionalEuclideanJordanAlgebra(FiniteDimensionalAlgebra): Our parent class defines ``left_matrix`` and ``matrix`` methods whose names are misleading. We don't want them. """ - raise NotImplementedError("use operator_matrix() instead") + raise NotImplementedError("use operator().matrix() instead") matrix = left_matrix