-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
projective space homs do not check arguments sufficiently #3964
Comments
comment:2
I finally got around to fixing this. The attached patch fixes the issues reported above (by John and myself), and adds some doctests. |
Attachment: trac_3964.patch.gz |
comment:3
This looks pretty good (I have not actually tested it yet though). Alex, can we not check that the polys define a map to the correct space by checking that the defining polys of the target (if any) vanish when evaluated at the tuple of polys defining the map? If that works it would be worthwhile adding it. |
comment:4
Good point. I will implement this and submit a new patch. I also just realized that I misread a docstring and implemented some things the wrong way around, so I will get that fixed. |
This comment has been minimized.
This comment has been minimized.
apply this (not the previous one). |
comment:7
Attachment: trac_3964-rebased_and_extended.patch.gz |
comment:8
Hi, I took Alex's patch, added a bunch of doctests, changed it some, and read it. I think this should go in if it looks ok to John or Alex. It's a clear improvement, though arbitrarily much works remains! |
Author: Alex Ghitza, William Stein |
comment:9
Patch applies fine to 4.3.1.rc0 and tests pass. So I'll give this a positive review despite the fact that (as was said) there's a lot more needing to be done, for example:
|
Reviewer: John Cremona |
Merged: age-4.3.1.rc1 |
Changed merged from age-4.3.1.rc1 to sage-4.3.1.rc1 |
comment:12
See #10297 for the next step in this direction. |
Alex Ghitza reported:
to which John Cremona added:
Component: algebraic geometry
Keywords: projective space morphism
Author: Alex Ghitza, William Stein
Reviewer: John Cremona
Merged: sage-4.3.1.rc1
Issue created by migration from https://trac.sagemath.org/ticket/3964
The text was updated successfully, but these errors were encountered: