From: Michael Orlitzky Date: Sat, 21 Nov 2020 18:58:45 +0000 (-0500) Subject: eja: add yet another TODO. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=6c547f477d88b9e3e053d59927f8bd39fc03601c eja: add yet another TODO. --- diff --git a/mjo/eja/TODO b/mjo/eja/TODO index b27f2f1..f248e11 100644 --- a/mjo/eja/TODO +++ b/mjo/eja/TODO @@ -30,3 +30,6 @@ can use it. The general construction can be something like "call random_instance() on something that inherits me and return the result." + +9. Pre-cache the one() method for concrete algebras, and test the general + method by clearing the cache.