Ran
|
Jobs
1
|
Files
855
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
Allow arbitrary iterables in `assign_parameters` (#12887) (#12892) In Qiskit 1.1, it was possible to give any object that was iterable and had a `__len__` as the binding sequence for `assign_parameters`. The move to Rust space inadvertantly limited that to things that fulfilled the sequence API. This commit restores the ability to use general iterables, and removes the need to have a `__len__`. (cherry picked from commit 9de81195a) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
13 of 21 new or added lines in 2 files covered. (61.9%)
12 existing lines in 2 files now uncovered.66732 of 74202 relevant lines covered (89.93%)
229585.26 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
8 |
94.66 |
-0.48% | crates/circuit/src/circuit_data.rs |
Lines | Coverage | ∆ | File |
---|---|---|---|
6 |
91.23 |
-1.0% | crates/qasm2/src/lex.rs |
6 |
96.69 |
-0.46% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10218811685.1 | 855 |
89.93 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|