-
-
Notifications
You must be signed in to change notification settings - Fork 544
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
Ensure GCD in normalize_coordinates
for projective morphisms
#35809
Conversation
In current implementation, 3 tests will still throw the following error:
|
3 doctests failed. |
Sorry, I'm still getting used to github, so I'm not I'm asking this correctly. This PR does not seem to be linked to the issue (#35797). Can you fix that? |
I think in GitHub, the way to "link" to a specific issue is to mention or @ it, which I did in the description. So at the end of #35797, you can see "@guojing0 mentioned this issue Jun 22, 2023" When this PR is merged eventually, we then can close that issue manually. |
… create the right ideals for a list of polys
This is looking good. I wasn't able to think of any examples where it didn't do what it claims to do. Looks like all tests passed the automated checks and my local tests. Just one thing. In the new examples add the standard: 'checks that #35797 is fixed' in the docs. |
Done. |
Documentation preview for this PR (built with commit 6425e9e; changes) is ready! 🎉 |
📚 Description
This PR also attempts to address and fixes #35797.
📝 Checklist
⌛ Dependencies