-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve __str__ and __repr__ for SingleQubitCliffordGate (issue #6326) #6920
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6920 +/- ##
=======================================
Coverage 97.87% 97.87%
=======================================
Files 1084 1084
Lines 94420 94427 +7
=======================================
+ Hits 92409 92417 +8
+ Misses 2011 2010 -1 ☔ View full report in Codecov by Sentry. |
…umlib#6326) Change __repr__ to be simpler following the recommendation in the issue description.
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.
Can you link the issue to the PR? Otherwise, LGTM. Will approve once I can compare to the request issue.
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.
nm, I see it's in the title. Approved.
Pull Request is not mergeable
Pull Request is not mergeable
Change repr to be simpler following the recommendation in the issue description.
Fixes: #6326