]> gitweb.michael.orlitzky.com - sage.d.git/commit
eja: use orthonormalize=False for all subalgebra_generated_by() tests.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 2 Feb 2022 14:56:04 +0000 (09:56 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 2 Feb 2022 14:56:04 +0000 (09:56 -0500)
commit0994b65cf76ca376d07d5c3e4c80fc378a3aead7
treed28be9487ee72c6a40120a16271936100e1f285d
parenta7b393c90d9ad22641185e3b959ab17fc6e1e9d8
eja: use orthonormalize=False for all subalgebra_generated_by() tests.

Orthonormalizing a high-degree element over AA takes roughly forever.
Better that we test *something* than the nothing that gets tested if
I Ctrl-C the process.
mjo/eja/eja_algebra.py
mjo/eja/eja_element.py