]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/TODO
eja: move the "field" argument to (usually passed through) kwargs.
[sage.d.git] / mjo / eja / TODO
index ccd0b5ae507312c68d7a5e61d5094cfab617b7c5..08b8e81b22e8b5fde0a368e11840267edab4d250 100644 (file)
@@ -24,4 +24,5 @@ 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. Figure out if CombinatorialFreeModule's use of IndexedGenerators
    can be used to replace the matrix_basis().
 
-8. Move the "field" argument to a keyword after basis, jp, and ip.
+9. Add back the check_field=False and check_axioms=False parameters
+   for the EJAs we've constructed ourselves.