push
github
Avoid exception in `Target.has_calibration` for instruction without properties (#12526) (#12527) `Target.add_instruction` allows passing `None` in place of an `InstructionProperties` instance. In this case, there will be no `_calibration` attribute, so the `getattr` call properties needs to provide a default value. (cherry picked from commit 72f09adf7) Co-authored-by: Will Shanks <willshanks@us.ibm.com>
1 of 1 new or added line in 1 file covered. (100.0%)
10 existing lines in 2 files now uncovered.62259 of 69463 relevant lines covered (89.63%)
230415.69 hits per line