-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Clarify definition of unique parent condition #39057
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit 5a339b9; changes) is ready! 🎉 |
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.
@@ -517,6 +517,9 @@ class that inherits from :class:`UniqueRepresentation`: By adding | |||
simultaneously inherit from :class:`CachedRepresentation` and from | |||
:class:`~sage.misc.fast_methods.WithEqualityById`. | |||
|
|||
If the class is also a :class:`~sage.structure.parent.Parent`, | |||
then we says it satisfies the *unique parent* condition. |
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.
"says": typo
What I see presently on this PR are some minor corrections and modifications. They seem fine, but I don't see how the task set in the title is completed. There is still no definition of what the "unique parent condition" is. Is this ticket supposed to be ready for review? I don't think it's the case that "Unique Parent Condition" means "Parent"+"UniqueRepresentation"). |
As in the title.
I don't think "unique parent condition" or "unique parent behavior" was defined anywhere previously, and this definition is to the best of my understanding (just come across it recently).
📝 Checklist
⌛ Dependencies