-
Notifications
You must be signed in to change notification settings - Fork 89
fix XOR implementation in and_inverter_synth pass and add tests
#469
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
fix XOR implementation in and_inverter_synth pass and add tests
#469
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## development #469 +/- ##
=============================================
+ Coverage 92.0% 92.0% +0.1%
=============================================
Files 24 24
Lines 6470 6470
=============================================
+ Hits 5946 5951 +5
+ Misses 524 519 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Your fix looks good to me, thanks for catching this bug! Please add a small test for |
|
We all loved your project!! |
and_inverter_synth passand_inverter_synth pass and add tests
|
Should be good now! |
fdxmw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are also some pycodestyle errors in the pull request checks:
tests/test_passes.py:753:101: E501 line too long (109 > 100 characters)
tests/test_passes.py:778:101: E501 line too long (109 > 100 characters)
|
Thanks for the feedback! I've restructured the tests; hopefully I addressed everything. |
|
Looks great, thanks for cleaning this up! |
Maybe I shouldn't have built my project on top of an algorithm last updated nine and a half years ago...