-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
properties of converted finite field elements are wrong #20162
Comments
Commit: |
comment:2
Patchbot shows doctest fails. |
comment:3
Ah, yes. Maybe I need another way of finding out whether a parent is a finite field; However, I'm not sure about the segmentation fault in
from
It seems that something requires the expression to be a real in order for the power to work. This is bad. Maybe I'll investigate later; have to go now. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
The last commit fixes the doctest failures in |
comment:6
Just to share some related fun with quotients of the integer ring
|
comment:7
With pynac-0.6.4 (#20134):
In an ideal world, this would probably raise a |
Dependencies: pynac-0.6.5 |
comment:9
I doubt it is such a good idea to special-case finite fields here. Why does |
comment:10
Replying to @mezzarobba:
This is because if in doubt
This might be an approach worth pursuing. |
Changed dependencies from pynac-0.6.5 to #20312 |
comment:12
Now (with #20312) both flags are false. Can this case be considered to be fixed? Then just a doctest would be needed here. |
comment:14
In any case, this produces a merge conflict. |
comment:15
Replying to @cheuberg:
Needs work on a duplicate request!? |
comment:16
sorry, did not see the sage-duplicate/invalid/wontfix milestone. |
comment:17
I see that the problem is fixed; can you tell me where the doctest is? I did not see it at first glance. |
comment:18
It was added with 11e2b784 |
comment:19
Problem is fixed and doctest has been included in #20475. |
Reviewer: Clemens Heuberger |
Changed commit from |
Changed branch from u/behackl/symbolic/finite-field-reals to none |
This should not happen:
Depends on #20312
CC: @rwst
Component: symbolics
Author: Benjamin Hackl
Reviewer: Clemens Heuberger
Issue created by migration from https://trac.sagemath.org/ticket/20162
The text was updated successfully, but these errors were encountered: