-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
ManifoldSubset: New methods declare_subset, declare_superset #31763
Comments
Last 10 new commits:
|
Author: Matthias Koeppe |
Commit: |
comment:3
Ready for review. |
comment:4
In the docstring of def declare_superset(self, *subsets):
r"""
- Declare ``self`` to be a subset of each of the given supersets.
+ Declare ``self`` to be a superset of each of the given subsets.
INPUT:
- - ``supersets`` -- other subsets of the same manifold
+ - ``subsets`` -- other subsets of the same manifold |
comment:5
In the doctests of
may look surprising at first glance, since it amounts to making all previously introduced subsets
|
comment:7
Good idea, done |
comment:8
Good to go! |
Reviewer: Eric Gourgoulhon |
comment:9
Thanks for the review! |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
Trivial merge with latest beta |
Changed branch from u/mkoeppe/manifoldsubset__new_methods_declare_subset__declare_superset to |
Follow-up from #31736, which introduced
declare_equal
.Depends on #31736
CC: @egourgoulhon @mjungmath
Component: manifolds
Author: Matthias Koeppe
Branch/Commit:
c4acd09
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/31763
The text was updated successfully, but these errors were encountered: