-
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
Fix deep copy of gates.M
in Circuit.copy()
#1250
Conversation
Circuit.copy()
fixgates.M
in Circuit.copy()
It's best to fix the tests here only after #1202 is merged. |
@BrunoLiegiBastonLiegi unrelated: do you know why this is failing? https://github.com/qiboteam/qibo/actions/runs/8281358719/job/22660149672 |
I would say that the lock needs to be regenerated, after the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1250 +/- ##
==========================================
- Coverage 99.95% 99.94% -0.01%
==========================================
Files 73 73
Lines 10636 10638 +2
==========================================
+ Hits 10631 10632 +1
- Misses 5 6 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bugfix to #1249 .
Checklist: