Skip to content

Commit

Permalink
Fix doctest for generic_functions_vectorized_byte.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p-huynh committed Jun 10, 2024
1 parent 33b464c commit ded9ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claasp/cipher_modules/generic_functions_vectorized_byte.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def get_number_of_consecutive_bits(l):
sage: from claasp.cipher_modules.generic_functions_vectorized_byte import get_number_of_consecutive_bits
sage: L=[4, 3, 5, 7, 2]
sage: get_number_of_consecutive_bits(L) == 2
sage: get_number_of_consecutive_bits(L) == 1
True
"""

Expand Down

0 comments on commit ded9ddd

Please sign in to comment.