You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hi! Thanks for the report.
Unfortunately, I don't have a Sage 9.7 at hand at the moment, so I cannot
reproduce your error.
On Sage 10.1 with Python 3.11.2 and on Sage 9.3 with Python 3.9.2 it seems
to work.
On Mon, Jul 15, 2024 at 2:56 AM Tomoyuki Iori ***@***.***> wrote:
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])
—
Reply to this email directly, view it on GitHub
<#89>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD47XM2VXZHAQYEJLDAB4C3ZMNXBRAVCNFSM6AAAAABK353SYGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDOOJZHE4DKMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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
The text was updated successfully, but these errors were encountered: