Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

groebner_basis(algorithm="magma", prot="sage") broken #27516

Closed
malb opened this issue Mar 20, 2019 · 1 comment
Closed

groebner_basis(algorithm="magma", prot="sage") broken #27516

malb opened this issue Mar 20, 2019 · 1 comment

Comments

@malb
Copy link
Member

malb commented Mar 20, 2019

This used to work:

sage: P.<x,y,z> = GF(32003)[]
sage: I = sage.rings.ideal.Cyclic(P)
sage: _ = I.groebner_basis('magma',prot='sage')

but now it doesn't, i.e. the "sage" filter isn't applied to the output.

Upstream: None of the above - read trac for reasoning.

Component: interfaces: optional

Issue created by migration from https://trac.sagemath.org/ticket/27516

@malb malb added this to the sage-8.8 milestone Mar 20, 2019
@malb
Copy link
Member Author

malb commented Mar 20, 2019

comment:1

Sorry, already fixed.

@malb malb closed this as completed Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant