-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
Fix Conic doctests #33603
Comments
Branch: u/mstreng/fix_conic_doctests |
Changed keywords from none to conic, magma |
Author: Marco Streng |
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:6
Apparently the cache bug was introduced in #28900. |
Reviewer: Travis Scrimshaw |
comment:7
I guess this comes from |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
All (long) non-optional tests passed. All Magma tests in |
comment:10
Thank you. LGTM. |
Changed branch from u/mstreng/fix_conic_doctests to |
The following optional Magma doctest fails:
This is due to the following bug in Conics over number fields: if the cache of a conic is empty and the user asks whether a rational point exists without asking for the point itself, then
has_rational_point
always returnsTrue
. Here is a non-Magma example documenting this bug:Moreover, the documentation incorrectly claims (see #31892)
is_one
method is a good way to check this.CC: @kliem @JohnCremona @fchapoton @tscrim
Component: geometry
Keywords: conic, magma
Author: Marco Streng
Branch/Commit:
8f12947
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33603
The text was updated successfully, but these errors were encountered: