-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Open subsets of arbitrary subsets of manifolds #31677
Milestone
Comments
Commit: |
comment:2
Here's the beginning. To complete it, the remaining New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:6
LGTM. Thanks for this improvement! |
Reviewer: Eric Gourgoulhon |
comment:8
Thanks for reviewing! |
Changed branch from u/mkoeppe/open-subsets-of-arbitrary-subsets to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Various places in the code assumed that the elements of the
_supersets
attribute of an open set are open, but this is not a guaranteed invariant.We fix this by updating all loops over supersets that need to make this assumption to use a new generator function
ManifoldSubset.open_supersets
.We also add the method
ManifoldSubset.open_subset
. It delegates to its base manifold'sopen_subset
method, by passing a new optional parametersupersets
to it.Depends on #31674
CC: @mjungmath @egourgoulhon @tscrim
Component: manifolds
Author: Matthias Koeppe
Branch/Commit:
b35eca1
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/31677
The text was updated successfully, but these errors were encountered: