-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Subintervals of OpenInterval and UniqueRepresentation #30830
Comments
This comment has been minimized.
This comment has been minimized.
Author: Michael Jung |
comment:3
Ready for review. New commits:
|
Commit: |
comment:4
You have a doctest failure in |
comment:5
Also |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
I think, this approach is slighly better because it is closer to the original behavior. Now, the test in |
comment:8
Side remark: It would be nice to connect |
comment:9
Replying to @mkoeppe:
Nice! Would you take the honor to open the corresponding ticket? |
comment:10
That's now #30832 |
comment:12
With this change, you can create two distinct intervals with the same (latex) name by passing the resulting values if |
comment:13
You mean
Right? |
comment:14
Replying to @mjungmath:
Yes, exactly. |
Dependencies: #30799 |
comment:15
This should do, but it doesn't. Adding |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:18
This works now. I think that But this should be part of another ticket. |
comment:19
Thanks. LGTM. |
Reviewer: Travis Scrimshaw |
comment:20
Thanks for the review. |
Changed branch from u/gh-mjungmath/subintervals_of_openinterval_and_uniquerepresentation to |
At the moment, we have the following behavior:
Even though the use of
OpenInterval(0,1, ambient_interval=I)
is not intended, this is still a blind spot.The reason for this behavior comes from the
UniqueRepresentation
and how the subintervals are constructed.I propose a fix using
__classcall_private__
.Depends on #30799
CC: @egourgoulhon @tscrim @tobiasdiez
Component: manifolds
Author: Michael Jung
Branch/Commit:
200942c
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/30830
The text was updated successfully, but these errors were encountered: