-
Notifications
You must be signed in to change notification settings - Fork 61
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
Coverage fix #1288
Coverage fix #1288
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1288 +/- ##
===========================================
+ Coverage 99.84% 100.00% +0.15%
===========================================
Files 76 76
Lines 10844 10834 -10
===========================================
+ Hits 10827 10834 +7
+ Misses 17 0 -17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@stavros11 Can I ask for your help to double check whether some lines that I commented out are still useful? |
That is correct, based on the error here: qibo/src/qibo/models/circuit.py Lines 671 to 675 in 21c766e
so it should be fine to drop the commented lines. Not entirely related but qibo/src/qibo/models/circuit.py Line 708 in 21c766e
doesn't seem to be doing much other than copying the registers dictionary, right? It shouldn't be different than simply
return registers
I think I was not the author of |
@BrunoLiegiBastonLiegi I believe this is almost ready to go, could you please merge master / fix the lock file? |
Generating the updated lock file is taking upwards of 5min. Is that normal? |
Co-authored-by: Stavros Efthymiou <[email protected]>
This restores the 100% coverage.
Checklist: