You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Modify pulse visualizer test to fail due to missing channel
Reproduces #8981
* Avoid skipping channels in pulse visualizer
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Environment
What is happening?
Sometimes the
draw()
on a pulse schedule produces a visualization with missing channels.How can we reproduce the issue?
For the environment given above, this can be reproduced with:
It depends on a Python set iteration order, so the behavior might vary across environments.
What should happen?
All channels should be displayed in the visualization.
Any suggestions?
See #8974
The text was updated successfully, but these errors were encountered: