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

Qiskit / qiskit-aqua / 3800
84%

Build:
DEFAULT BRANCH: master
Ran 17 Jun 2020 05:15PM UTC
Jobs 1
Files 349
Run time 2min
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

pending completion
3800

push

travis-ci-com

web-flow
Fix hash function of PauliOp class (#1052)

* Fix hash function of PauliOp class

This change replaces the use of the `id()` function in the `PauliOp`
hash function with the hash of its string representation. This is inline
with the hash function of the `Pauli` class.

This fix is necessary, since prior to this change, a set comparison
including instances of identical `PauliOp`s would fail, because sets
rely on hash tables.

A regression test to ensure the working state after this commit is
included, too.

Credits for spotting and collaborating in fixing the bug go to @Cryoris

* Add releasenote

Co-authored-by: Julien Gacon <jules.gacon@googlemail.com>

18290 of 22125 relevant lines covered (82.67%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
15 3800.15 (DEPENDENCY_BRANCH=$(if [[ "$TRAVIS_BRANCH" == stable* ]]; then echo "stable"; else echo "master"; fi) INIT_FILE="$TRAVIS_BUILD_DIR/qiskit/__init__.py") 17 Jun 2020 05:15PM UTC 0
82.67
Travis Job 3800.15
Source Files on build 3800
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3800
  • 58efdc0f on github
  • Prev Build on master (#3795)
  • Next Build on master (#3814)
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