We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following does not produce any saddle connections but raises an exception.
sage: from flatsurf import translation_surfaces sage: S = translation_surfaces.cathedral(1, 2) sage: S.saddle_connections(1) ValueError: Singular point with vector pointing away from polygon
This is not related to any recent changes. I went back to sage-flatsurf 0.2.0. The problem is already present there.
The text was updated successfully, but these errors were encountered:
We can handle collinear points in polygons in other examples, e.g., this one works:
sage: translation_surfaces.square_torus().subdivide_edges(3).saddle_connections(10)
Sorry, something went wrong.
Fix incorrect rewriting of tangent vector
9c5e939
fixes flatsurf#257
No branches or pull requests
The following does not produce any saddle connections but raises an exception.
This is not related to any recent changes. I went back to sage-flatsurf 0.2.0. The problem is already present there.
The text was updated successfully, but these errors were encountered: