Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix seed in qsd test #8260

Merged
merged 2 commits into from
Jun 28, 2022
Merged

fix seed in qsd test #8260

merged 2 commits into from
Jun 28, 2022

Conversation

ewinston
Copy link
Contributor

Summary

Addresses issue #8233.

Details and comments

Perhaps there was some issue with the use of self.id for the seed of the RNG. To check whether there was some decomposition error a ran this test with 1000 different seeds and didn't encounter any failures.

@ewinston ewinston requested review from a team and ikkoham as code owners June 28, 2022 16:49
@qiskit-bot
Copy link
Collaborator

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the the following people are requested to review this:

@mtreinish mtreinish added stable backport potential The bug might be minimal and/or import enough to be port to stable Changelog: None Do not include in changelog labels Jun 28, 2022
@mtreinish mtreinish linked an issue Jun 28, 2022 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Jun 28, 2022

Pull Request Test Coverage Report for Build 2578982535

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.957%

Totals Coverage Status
Change from base Build 2578302695: 0.0%
Covered Lines: 55772
Relevant Lines: 66429

💛 - Coveralls

@mergify mergify bot merged commit 4d50439 into Qiskit:main Jun 28, 2022
mergify bot pushed a commit that referenced this pull request Jun 28, 2022
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 4d50439)
mergify bot added a commit that referenced this pull request Jun 28, 2022
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 4d50439)

Co-authored-by: ewinston <ewinston@us.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transient test failure in TestQuantumShannonDecomposer
4 participants