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

OreAlgebra.ideal() fails with error #89

Open
t0rny opened this issue Jul 15, 2024 · 1 comment
Open

OreAlgebra.ideal() fails with error #89

t0rny opened this issue Jul 15, 2024 · 1 comment

Comments

@t0rny
Copy link

t0rny commented Jul 15, 2024

I got the following error when creating an ideal;
AttributeError: 'OreAlgebra_generic_with_category' object has no attribute 'is_commutative'
Here is my environment and a minimal example to generate the error.
SageMath: 9.7
Python: 3.10.6 with a conda environment

from ore_algebra import *
R.<x, y> = QQ[]
A.<Dx, Dy> = OreAlgebra(R)
I = A.ideal([Dx + x, Dy + y])
@mkauers
Copy link
Owner

mkauers commented Jul 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants