-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change @classmethods
to @staticmethods
#870
Change @classmethods
to @staticmethods
#870
Conversation
AI AnalysisReview:Overall, the changes made in the code involve converting class methods to static methods, adding missing import statements, and fixing formatting issues. The conversion to static methods seems appropriate based on the provided information and can help in improving code clarity and reusability. The corrections made indicate a focus on improving code quality and maintainability. Great job on these enhancements!
|
@classmethods
to @staticmethods
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## adding_optimize_transpiled_gates #870 +/- ##
=================================================================
Coverage 97.32% 97.32%
=================================================================
Files 231 231
Lines 8338 8338
=================================================================
Hits 8115 8115
Misses 223 223
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0d19f72
into
adding_optimize_transpiled_gates
No description provided.