-
Notifications
You must be signed in to change notification settings - Fork 14
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
Drop start() and stop() in each qblox module #740
Conversation
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.
Now that #739 it would be useful to merge even this one.
Thanks @PiergiorgioButtarini for the PR!
Actually: I approved the PR just looking at the files changed (with seems alright), but there is some doctest failing (not sure why, since they are untouched and failing for reasons which do not seem strictly connected to this PR...) Maybe just merge/rebase on |
Doctest will be fixed by merging main here. There’s just a conflict to be addressed. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #740 +/- ##
==========================================
+ Coverage 62.68% 62.71% +0.03%
==========================================
Files 47 47
Lines 5930 5919 -11
==========================================
- Hits 3717 3712 -5
+ Misses 2213 2207 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@PiergiorgioButtarini thanks for the update. Could you also check the qpu tests before merging? There are some tests that are still calling
This error also appears when calling |
@stavros11 now this PR should be ready to be merged. I removed the useless tests and fixed the error you spotted. |
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.
Thanks @PiergiorgioButtarini, it is fixed now.
Checklist: