From: Michael Orlitzky Date: Tue, 15 Oct 2019 12:29:25 +0000 (-0400) Subject: eja: update the TODO. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=72a75a3d30bb108a4d2be13c096a16578f0bb0e6 eja: update the TODO. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index 3e3b9e7..535ee9c 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -9,5 +9,6 @@ 5. Factor out the unit-norm basis (and operator symmetry) tests once all of the algebras pass. -6. Add a TrivialEJA class and use it in the tests for is_trivial(). - The random_eja() function should also be able to return these. +6. Can we make the minimal and characteristic polynomial tests work + for trivial algebras, too? Then we wouldn't need the "nontrivial" + argument to random_eja().