Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
483 stars 358 forks source link

Shot branching tests are unreliable on macOS #2111

Open wshanks opened 5 months ago

wshanks commented 5 months ago

Informations

What is the current behavior?

Some of the shot branching tests are failing for macOS, for example here. The tests get run as part of the conda build and two of them failed in three of the five Python versions run:

The CI run with the failures is here (also a different test failed here).

Steps to reproduce the problem

Run the tests (a few times?) under macOS x86_64.

What is the expected behavior?

All tests pass reliably.

Suggested solutions

doichanj commented 5 months ago

I'm recognizing this issue is caused by PR #2098 but I have not figure out the source of the issue yet