Skip to content

Commit

Permalink
Fixed broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Poeppel committed Aug 14, 2021
1 parent 4c493a1 commit 92997d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decitala/hm/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def schultz_prime_contour(contour):
:rtype: tuple
>>> nightingale_5 = [2, 5, 3, 1, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0]
>>> spc(alouette_5)
>>> spc(nightingale_5)
([1, 2, 0], 3)
"""
return spc(contour)

0 comments on commit 92997d2

Please sign in to comment.