Closed PiergiorgioButtarini closed 6 months ago
Some trivial metrics (trivial, but still pleasing)
# main # HEAD
143 acquisition.py 143 acquisition.py
758 cluster_qcm_bb.py 685 cluster_qcm_bb.py
759 cluster_qcm_rf.py 672 cluster_qcm_rf.py
1039 cluster_qrm_rf.py 952 cluster_qrm_rf.py
541 controller.py 524 controller.py
57 debug.py 57 debug.py
61 module.py 157 module.py
284 port.py 284 port.py
370 q1asm.py 370 q1asm.py
234 sequencer.py 234 sequencer.py
397 sweeper.py 402 sweeper.py
4643 total 4480 total
Attention: 22 lines
in your changes are missing coverage. Please review.
Comparison is base (
8bb0327
) 63.89% compared to head (614e301
) 64.17%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #868 and the subsequent rewriting
This PR remove the necessity of having the attribute
.settings
in each qblox module to store the settings loaded from the runcard. This was unnecessary since the port object already has the possibility to cache this values. This PR also fix the test for Qblox controller (thanks @stavros11). Closes #724Note:
Checklist: