Skip to content
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

surface with changed base ring do not have repr #265

Open
videlec opened this issue Oct 25, 2023 · 0 comments
Open

surface with changed base ring do not have repr #265

videlec opened this issue Oct 25, 2023 · 0 comments
Labels

Comments

@videlec
Copy link
Collaborator

videlec commented Oct 25, 2023

>>> from flatsurf import EuclideanPolygonsWithAngles, similarity_surfaces
>>> P = EuclideanPolygonsWithAngles(1,3,5).an_element()
>>> X = similarity_surfaces.billiard(P)
>>> X
Genus 0 Rational Cone Surface built from 2 triangles
>>> X.change_ring(AA)
<flatsurf.geometry.surface.BaseRingChangedSurface_with_category object at 0x7f257e18c040>
@videlec videlec added the bug label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant