]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
eja: add another performance TODO.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Feb 2021 22:59:35 +0000 (17:59 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Feb 2021 22:59:35 +0000 (17:59 -0500)
mjo/eja/TODO

index 70e945ed4bbe499bd6dde2a92c0153e30f1dede0..feaf98ac872145accaa4788419dddd325fde917b 100644 (file)
@@ -24,3 +24,6 @@ sage: a0 = (1/4)*X[4]**2*X[6]**2 - (1/2)*X[2]*X[5]*X[6]**2 - (1/2)*X[3]*X[4]*X[6
 7. When field=RDF, subalgebra construction is failing because the
    inner product isn't associative? Actually, it's the combination
    of field=RDF and orthonormalize=True.
+
+8. Set check_axioms=False for element-subalgebras outside of once or
+   twice in the test suite.