Skip to content

Commit

Permalink
Fixing error message for Alexander polynomial.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Oct 13, 2023
1 parent 4df00b4 commit 9714099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/snap/nsagetools.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def alexander_polynomial(manifold, **kwargs):
if manifold.homology().order() != 'infinite':
raise ValueError(
"Alexander polynomial only defined for manifolds with "
"infinite fundamental group")
"infinite homology.")

ans = alexander_polynomial_group(manifold.fundamental_group(**kwargs))
coeffs = ans.coefficients()
Expand Down

0 comments on commit 9714099

Please sign in to comment.