Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to Triangulation -> Link -> Triangulation reversing orientation
If a Triangulation is specified by a DT code *with flips*, then one could *sometimes* change the orientation of the exterior by what should have been a no-op:: >>> E0 = snappy.Manifold('DT[eaebdeac.11100]') >>> E0.chern_simons() 0.153204133297152 >>> E0.link().exterior().chern_simons() -0.153204133297152 This only happened in certain circumstances, and the DT codes in HTLinkExteriors were seemingly immune. This bug had the same root cause as dd9a2e7.
- Loading branch information