Ran
|
Jobs
1
|
Files
1270
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Restore accidently deleted scheduling passes (#11184) (#11189) In #10754 3 legacy scheduling passes were accidently deleted. These passes were incorrectly identified as deprecated, however they were never marked as deprecating just pending future deprecation. They were intended to be be promoted from a pending deprecation to a full deprecation in #8023 but we never took that step because there were objections at the time as they still served a purpose. #10754 likely missed this as the only indication in the deprecation decorator was a kwarg that said `pending=True`, and this was the only indication that these passes weren't actually deprecated yet. This commit restores these passes on the 0.45.0 branch in the interest of unblocking the 0.45.0 release ASAP. We can handle forward porting this PR to main as needed after the 0.45.0 release is tagged. (cherry picked from commit aa272e9ef) Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
304 of 334 new or added lines in 7 files covered. (91.02%)
7 existing lines in 2 files now uncovered.74357 of 85537 relevant lines covered (86.93%)
90461.28 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
96.72 |
qiskit/transpiler/passes/scheduling/alap.py | |
2 |
96.92 |
qiskit/transpiler/passes/scheduling/asap.py | |
4 |
94.87 |
qiskit/transpiler/passes/scheduling/alignments/align_measures.py | |
22 |
81.82 |
qiskit/transpiler/passes/scheduling/dynamical_decoupling.py |
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
84.15 |
-2.44% | qiskit/extensions/quantum_initializer/squ.py |
5 |
90.91 |
-0.76% | crates/qasm2/src/lex.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6745236401.1 | 1270 |
86.93 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|