Skip to content

Commit 081fb8e

Browse files
Require snappy_manifolds>=1.3
1 parent 78b4156 commit 081fb8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def run(self):
206206
install_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

212212
setup( name = 'spherogram',

spherogram_src/links/invariants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)