Nemocas / AbstractAlgebra.jl

Generic abstract algebra functionality in pure Julia (no C dependencies)
https://nemocas.github.io/AbstractAlgebra.jl/dev/index.html
Other
163 stars 63 forks source link

Add conformance tests for `Generic.FunctionField` / fix bugs this reveals #1690

Open fingolfin opened 5 months ago

fingolfin commented 5 months ago

Actually I add some in #1686 but commented them out as they currently don't terminate, hinting at a bug in in the function field code.

lgoettgens commented 5 months ago

It seems to me that the random elements that test_elem(R) produces here are just way too big to be handled efficiently. Even calculating a^4 for such a random element takes too much time