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

Fix coverage due to removal of max_expansion in clifford_t_decomposition.py #6571

Merged
merged 7 commits into from
Nov 15, 2024

Conversation

andrijapau
Copy link
Contributor

@andrijapau andrijapau commented Nov 11, 2024

Context:

#6531 was accidentally merged into master with a net negative hit to the project code coverage. This PR is designed to reconcile that impact and clean-up the coverage.

Description of the Change:

The following logic branches were removed because they are not possible to reach given the deprecation/removal of expand_depth in compile.py.

For the sake of record keeping, comments by me are attached to each logic branch indicating why it was removed.

Benefits: Restore original project code coverage.

Possible Drawbacks: None that I know of.

[sc-77499]

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@andrijapau andrijapau requested a review from albi3ro November 11, 2024 22:37
@andrijapau andrijapau marked this pull request as ready for review November 11, 2024 22:39
Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.33%. Comparing base (9c2993a) to head (fbe31e4).
Report is 314 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6571      +/-   ##
==========================================
+ Coverage   99.28%   99.33%   +0.04%     
==========================================
  Files         452      452              
  Lines       43059    43040      -19     
==========================================
+ Hits        42752    42754       +2     
+ Misses        307      286      -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@obliviateandsurrender obliviateandsurrender left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

andrijapau and others added 4 commits November 14, 2024 11:22
@andrijapau andrijapau merged commit 93e9667 into master Nov 15, 2024
46 checks passed
@andrijapau andrijapau deleted the fix-cliffordt-coverage branch November 15, 2024 21:06
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.

None yet

3 participants