-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Add backend
option to associahedron and flow polytope
#27798
Comments
New commits:
|
Branch: public/27798 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:3
The doc should include in the description of backend input of both functions:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Jonathan Kliem |
Changed keywords from none to polytopes, associahedron, flow polytopes, backend, normaliz |
This comment has been minimized.
This comment has been minimized.
comment:6
Replying to @seblabbe:
Thanks for remarking that. |
comment:7
Actually, I don't think the construction with associahedron works. The |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Seems to work now. Flow polytope anyway and also the associahedron. E.g. I can construct an associahedron with |
comment:10
Three little comments from a quick look: Your It is better to have new-style classes: -class Associahedron_class_base():
+class Associahedron_class_base(object): -class Associahedra_base:
+class Associahedra_base(object): I do not see why the
as my understanding is that it goes to the next class up in the MRO after |
comment:11
(with self and Associahedra_base interchanged) lead to
However, this seems to be solved by inheriting from Replying to @tscrim:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:13
You may want to have a look at #25183 while you are playing around with the associahedron. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:31
Replying to @sagetrac-git:
Took care of the periods. |
comment:32
red branch, meaning that it needs to be rebased on the latest beta |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:35
It seems like you have some extra stuff in |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:37
Replying to @tscrim:
Done. |
comment:38
Okay, I am pretty sure you now break
Just set
Also, in
(By convention in Sage, the |
Reviewer: Travis Scrimshaw |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:40
Replying to @tscrim:
We had the discussion before. I guess its fine now, as we got rid of the complete sentences. Btw, in many (if not all) polytopes in the library the |
comment:42
Thank you. Yea, well, there have been some fairly inconsistent things done with the documentation over the years. |
Changed reviewer from Travis Scrimshaw to Jean-Philippe Labbé, Travis Scrimshaw |
Changed branch from public/27798 to |
The option
backend
was missing forpolytopes.associahedron
andpolytopes.flow_polytope
.CC: @jplab
Component: geometry
Keywords: polytopes, associahedron, flow polytopes, backend, normaliz
Author: Jonathan Kliem
Branch/Commit:
e137199
Reviewer: Jean-Philippe Labbé, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/27798
The text was updated successfully, but these errors were encountered: