From 3844eed972d91ce88b1504818b37ee9428d95c68 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 30 Jan 2022 18:28:13 -0500 Subject: [PATCH] eja: fix a copy/paste error in the docs. --- 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 7ab32e2..afd0f55 100644 --- a/mjo/eja/eja_algebra.py +++ b/mjo/eja/eja_algebra.py @@ -2450,7 +2450,7 @@ class OctonionHermitianEJA(HermitianMatrixEJA, RationalBasisEJA, ConcreteEJA): @staticmethod def _max_random_instance_size(max_dimension): r""" - The maximum rank of a random QuaternionHermitianEJA. + The maximum rank of a random OctonionHermitianEJA. """ # There's certainly a formula for this, but with only four # cases to worry about, I'm not that motivated to derive it. -- 2.43.2