File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def run(self):
206206install_requires = ['decorator' ,
207207 'networkx' ,
208208 'packaging' ,
209- 'snappy_manifolds>=1.1.2 ' ,
209+ 'snappy_manifolds>=1.3 ' ,
210210 'knot_floer_homology>=1.2.2' ]
211211
212212setup ( name = 'spherogram' ,
Original file line number Diff line number Diff line change @@ -836,8 +836,9 @@ def ribbon_concordant_links(self,
836836 certificates = False ,
837837 print_progress = False ):
838838 """
839- Given a link L_0, generate ribbon concordant links L_i with
840- L_0 >= L_i. The arguments include:
839+ Given a link L_0, generate ribbon concordant links L_i. Here,
840+ each L_i is obtained from L_0 by adding bands and deleting any
841+ unknotted and unlinked components. The arguments include:
841842
842843 * ``max_bands``: The maximum number of bands to attach.
843844
@@ -880,7 +881,6 @@ def ribbon_concordant_links(self,
880881
881882 See Section 2 of `[Dunfield and Gong] <https://arXiv.org/abs/FILLIN>`_
882883 for more details.
883-
884884 """
885885 from .bands .search import ribbon_concordant_links
886886
You can’t perform that action at this time.
0 commit comments