|
Ran
|
Files
789
|
Run time
20s
|
Badge
README BADGES
|
push
github
fixed quotes in README.md (#14281) (#14285) prior, quotes around `"meas"` in the README.md file were not escaped properly, leading to the following error when running the code ```shell ... print(f" > Counts: {result[0].data["meas"].get_counts()}") ^^^^ SyntaxError: f-string: unmatched '[' ``` changed quotes to single quotes (that don't need to be escaped) versions: * python 3.10 * qiskit 2.0.0 (cherry picked from commit 9b660772a) Co-authored-by: ClaytonNorthey92 <clayton.northey@gmail.com>
72871 of 82726 relevant lines covered (88.09%)
356868.81 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|