-
Notifications
You must be signed in to change notification settings - Fork 7
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
Classifiers #447
Classifiers #447
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #447 +/- ##
==========================================
+ Coverage 95.83% 95.95% +0.11%
==========================================
Files 55 61 +6
Lines 4106 4425 +319
==========================================
+ Hits 3935 4246 +311
- Misses 171 179 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Thanks @Edoardo-Pedicillo, the code looks good to me (and finally it's fast!), I have just a couple of general comments:
|
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.
There are some conflicts, but in general looks good to me
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 @Edoardo-Pedicillo!
Generally it looks good to me, I tested it with both RFSoC and qblox and it works.
A few minor comments.
Could you please also edit the example runcard by adding the new version of this protocol?
Co-authored-by: Andrea Pasquale <[email protected]>
for more information, see https://pre-commit.ci
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 for all the updates @Edoardo-Pedicillo.
I have added the
show_contour
parameter.
I think that maybe it would be better to show or not show directly the contour by toggling it on and off in the legend. By going to the previous I meant to show just the classification and the raw data without anything else (possibly by increasing the size of the plot).
The problem with having the show_contour parameter is that in order to show it or not show it you will need to rerun the experiment again.
I also have a small comment down below.
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 @Edoardo-Pedicillo
Fix classification after #447
This PR ports the classifiers' module to the autocalibration framework.
Checklist:
master
main
main