Skip to content

Commit

Permalink
Add VN odd length
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlouamri committed Jul 11, 2024
1 parent 9836fc7 commit 450764b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_vn.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
([0, 1, 0, 1], [0, 0]),
([0, 0, 0, 0], []),
([0, 0, 1, 1], []),
([0, 0, 0, 1, 1, 0, 1, 1, 1], [0, 1]),
([1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0],
[1, 1, 1, 0, 1])
]
Expand Down

0 comments on commit 450764b

Please sign in to comment.