Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_pairwise_swap test case is incorrect #306

Open
marvin659 opened this issue Jun 20, 2023 · 1 comment
Open

test_pairwise_swap test case is incorrect #306

marvin659 opened this issue Jun 20, 2023 · 1 comment

Comments

@marvin659
Copy link

self.assertEqual(bits.pairwise_swap(1), 1) is incorrect. According to the description, the result should be 2.

i.e.
0000000000000001 should result in 0000000000000010 which is 2 instead of 1.

@eamanu
Copy link
Contributor

eamanu commented Jun 24, 2023

Please, provide an PR to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants