-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Choice of the name of primitive elements for subfields of QQbar #36749
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some simple doc fixes. LGTM otherwise.
Travis also suggested to remove the final dot in the description of parameters |
Sorry, I read it too quickly. Done. |
Correct length hyphen Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM.
Whomever thought that a default commit message for some GH way of incorporating reviewer suggested changes should actually work on a project of any meaningful size and then if they cannot see the clear gravity of their error should be immediately fired.
Documentation preview for this PR (built with commit b8ec0af; changes) is ready! 🎉 |
sagemathgh-36749: Choice of the name of primitive elements for subfields of QQbar <!-- Describe your changes here in detail --> Added optional keywords `name` for the method `union` and the function `number_field_elements_from_algebraics` from `qqbar.py`. Without this option the name, the name is always `a` and it may conflict if `a` is another object, see https://groups.google.com/g/sage- devel/c/mr9AzpUcbUM ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. URL: sagemath#36749 Reported by: Enrique Manuel Artal Bartolo Reviewer(s): Travis Scrimshaw
Added optional keywords
name
for the methodunion
and the functionnumber_field_elements_from_algebraics
fromqqbar.py
.Without this option the name, the name is always
a
and it may conflict ifa
is another object, see https://groups.google.com/g/sage-devel/c/mr9AzpUcbUM📝 Checklist