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 deprecation warning of unscheduled circuits in timeline drawer #10851

Merged
merged 1 commit into from
Oct 16, 2023

Commits on Sep 16, 2023

  1. Fix deprecation warning of unscheduled circuits in timeline drawer

    The warning was previously emitted with a `stacklevel` that blamed the
    caller of `warnings.warn`, which would not be shown to users with the
    default warning filters.  This moves the stack level up to blame the
    caller of `timeline_drawer`.
    jakelishman committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b6049e4 View commit details
    Browse the repository at this point in the history