Skip to content

Conversation

@EdwinChang24
Copy link
Contributor

Maybe I shouldn't have built my project on top of an algorithm last updated nine and a half years ago...

@codecov
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.0%. Comparing base (609a468) to head (8f35941).
⚠️ Report is 51 commits behind head on development.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fdxmw
Copy link
Member

fdxmw commented Jun 18, 2025

Your fix looks good to me, thanks for catching this bug! Please add a small test for and_inverter_synth. Ideally, your new test should fail without this fix.

@Jbalkind
Copy link

We all loved your project!!

@EdwinChang24 EdwinChang24 changed the title fix XOR implementation in and_inverter_synth pass fix XOR implementation in and_inverter_synth pass and add tests Jun 19, 2025
@EdwinChang24
Copy link
Contributor Author

Should be good now!

Copy link
Member

@fdxmw fdxmw left a 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)

@EdwinChang24
Copy link
Contributor Author

Thanks for the feedback! I've restructured the tests; hopefully I addressed everything.

@fdxmw
Copy link
Member

fdxmw commented Jun 19, 2025

Looks great, thanks for cleaning this up!

@fdxmw fdxmw merged commit 445a25f into UCSBarchlab:development Jun 19, 2025
5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants