-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
bug in lawrence_extension #30293
Comments
comment:1
-parent = self.parent().change_ring(self.base_ring(), ambient_dim = self.ambient_dim() + 1)
+parent = self.parent().base_extend(v, ambient_dim=self.ambient_dim() + 1) I think this should to the job. And this ticket shows again that we should test more methods. |
Author: Jonathan Kliem |
New commits:
|
Commit: |
Branch: public/30293 |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
It looks good to me. |
Reviewer: Laith Rastanawi |
comment:6
Thank you. |
comment:7
Merge conflict |
comment:8
This is the merge conflict, which has an obvious solution. ++<<<<<<< HEAD
+ sage: TestSuite(id).run(skip=["_test_is_combinatorially_isomorphic", "_test_pyramid"])
++=======
+ sage: TestSuite(id).run(skip=["_test_is_combinatorially_isomorphic", "_test_lawrence"])
++>>>>>>> 1f00faa1c3... fix lawrence extension with base extension; add test method for lawrence construction |
Changed branch from public/30293 to public/30293-reb |
Changed branch from public/30293-reb to |
The method
lawrence_extension
of Polyhedron does not work when the point at which we do thelawrence_extension
has a differentbase_ring
than the Polyhedron:The bug was introduced in #27926.
We fix this and add a method
_test_lawrence
to systematically test the lawrence construction.CC: @jplab @kliem
Component: geometry
Keywords: polytope, lawrence_extension
Author: Jonathan Kliem
Branch/Commit:
539930e
Reviewer: Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/30293
The text was updated successfully, but these errors were encountered: