Skip to content

Commit 0af9f37

Browse files
fixup support Vect16
1 parent 417786f commit 0af9f37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_hpcombi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,9 @@ def test_hpcombi_ptransf16_largest_fix_point():
303303
assert PTransf16.one().largest_fix_point() == 15
304304

305305
def test_hpcombi_ptransf16_largest_moved_point():
306-
# FIXME in HPCombi, is this the correct behaviour??
306+
# TODO update if
307+
# https://github.com/libsemigroups/HPCombi/issues/65
308+
# is ever resolved.
307309
assert PTransf16([1, 3, 2, 255, 10]).largest_moved_point() == 15
308310
assert PTransf16([1, 3, 2, 255, 10])[15] == 255
309311

0 commit comments

Comments
 (0)