3-manifolds / SnapPy

SnapPy is a package for studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures. It is based on the SnapPea kernel written by Jeff Weeks.
https://snappy.computop.org/
84 stars 39 forks source link

Triangulation isosig not parsed for big triangulations #23

Closed unhyperbolic closed 3 years ago

unhyperbolic commented 3 years ago

Computing and reconstruction the attached triangulation of S3 with 720 tetrahedra using the isosig doesn't work:

Triangulation(Triangulation('bigS3.tri.txt', remove_finite_vertices=False).triangulation_isosig())

yields

OSError: The manifold file -cqlv...aaaaa_ was not found.

bigS3.tri.txt

unhyperbolic commented 3 years ago

It works when dropping the "_" at the end.

unhyperbolic commented 3 years ago

Fixed by https://github.com/3-manifolds/SnapPy/commit/585f64ed1cdc3ac89255a995b69d9c67348a457d