|
Ran
|
Jobs
1
|
Files
1265
|
Run time
1min
|
Badge
README BADGES
|
push
github
Fix issue with ScheduleBlock qpy serialization and use_symengine (#11261) (#11275) * Fix issue with ScheduleBlock qpy serialization and use_symengine This commit fixes an issue with the use_symengine flag on the qpy.dump() function. Previously in certain conditions a symengine expression that was listed in the qpy header as being encoded via symengine was incorrectly being serialized using sympy. This would cause a failure on deserialialization as the qpy payload was invalid and symengine could not parse a symengine representation. This was originally caught during the development of #10902 as that switches the default of use_symengine to ``True`` as it makes symengine a hard requirement. This commit splits it out so the isolated fix can be backported to 0.45.1. * Skip symengine test if symengine isn't installed * Fix skip syntax * Update releasenotes/notes/fix-schedule-qpy-use-symengine-05ae1dfab73e3ff8.yaml Co-authored-by: Jake Lishman <jake@binhbar.com> --------- Co-authored-by: Jake Lishman <jake@binhbar.com> (cherry picked from commit 1dd4f5495) Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
1 of 1 new or added line in 1 file covered. (100.0%)
7 existing lines in 2 files now uncovered.74209 of 85338 relevant lines covered (86.96%)
92039.06 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6913180362.1 | 0 |
86.96 |
GitHub Action Run |