• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit / 7812677992
88%

Build:
DEFAULT BRANCH: main
Ran 07 Feb 2024 09:44AM UTC
Jobs 1
Files 816
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Feb 2024 08:53AM UTC coverage: 89.197%. Remained the same
7812677992

push

github

web-flow
Fix qpy.dump()'s use_symengine when passed a truthy object (#11730)

This commit fixes an issue in the qpy dump() function's use_symengine
kwarg. When a user provided a truthy value that wasn't the literal
`Truth` boolean object the generated qpy payload would be corrupted.
That's because the check that assigns the encoding key in the file
header was unecessarily checking for the literal ``True`` object instead
of a object that evaluated to true. This was causing the header to say
it was using a sympy encoding, but then all the checks that were
encoding the data were evaluating true and setting symengine data. This
would cause a failure on reading the qpy payload when the parameter
expressions were parsed as it would try to load the binary symengine
encoding with the sympy parser.

58814 of 65937 relevant lines covered (89.2%)

186747.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7812677992.1 07 Feb 2024 09:44AM UTC 0
89.2
GitHub Action Run
Source Files on build 7812677992
Detailed source file information is not available for this build.
  • Back to Repo
  • 21be91c0 on github
  • Prev Build on gh-readonly-queue/main/pr-11722-edbb3981b7c8d425f9883ff46b31dd62fe6a4f1b (#7793747227)
  • Next Build on main (#7813220897)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc