|
38 | 38 | Tests drilling geodesics that are entirely in the 2-skeleton:: |
39 | 39 |
|
40 | 40 | >>> M.drill_words(['a','acAADa']).canonical_retriangulation().triangulation_isosig(ignore_orientation=False) |
41 | | - 'ivvPQQcfhghgfghfaaaaaaaaa_BabBBbBaBBaBbbab' |
| 41 | + 'ivvPQQcfhghgfghfaaaaaaaaa_BabBBbBaBBaBbbBa' |
42 | 42 |
|
43 | 43 | Same test as verified computation:: |
44 | 44 |
|
45 | 45 | sage: M.drill_words(['a','acAADa'], verified = True, bits_prec = 60).canonical_retriangulation().triangulation_isosig(ignore_orientation=False) |
46 | | - 'ivvPQQcfhghgfghfaaaaaaaaa_BabBBbBaBBaBbbab' |
| 46 | + 'ivvPQQcfhghgfghfaaaaaaaaa_BabBBbBaBBaBbbBa' |
47 | 47 |
|
48 | 48 | Test error when drilling something close to core curve:: |
49 | 49 |
|
|
70 | 70 | handled by 2-3 moves (in particular, commit f9879d04 introduced a bug): |
71 | 71 |
|
72 | 72 | >>> Manifold("m004").drill_words(['CAC','CCbC']).canonical_retriangulation().triangulation_isosig(ignore_orientation=False) |
73 | | - 'qLvvLvAMQQQkcgimopkllmpkonnnpixcaelchapewetvrn_bcaaBbBBbBaaBbB' |
| 73 | + 'qLvvLvAMQQQkcgimopkllmpkonnnpixcaelchapewetvrn_bcaaBbBBbaBaBbB' |
74 | 74 |
|
75 | 75 |
|
76 | 76 | An interesting case where geodesic intersects triangulation in only one tetrahedron: |
|
110 | 110 | Number of tets after subdividing: 69 |
111 | 111 | Shortening geodesic by sweeping across triangle. |
112 | 112 | 'mLALzLQMPbcbefjhhijkllxxnnxagbxnhhn_cbBabBcB' |
| 113 | + >>> Manifold("m307").drill_word('dadadabCdada', verbose=True).isometry_signature(of_link=True) # doctest: +NUMERIC9 |
| 114 | + Tubes lower bound injectivity radius: 0.380575727319487 |
| 115 | + Number of geodesic pieces: [9] |
| 116 | + Number of tets after subdividing: 45 |
| 117 | + Shortening geodesic by sweeping across triangle. |
| 118 | + 'oLLwQvvPQQcbeefgemnllnmnmlhhaaaaaahaaaaah_bBbabaab' |
113 | 119 | >>> Manifold("m307").drill_word('ADADcBADADAD', verbose=True).isometry_signature(of_link=True) # doctest: +NUMERIC9 |
114 | 120 | Tubes lower bound injectivity radius: 0.380575727319372 |
115 | 121 | Number of geodesic pieces: [9] |
|
0 commit comments