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

Address several warnings raised during tests #1351

Merged
merged 19 commits into from
Jan 19, 2024

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    a30a012 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    449634a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db546a4 View commit details
    Browse the repository at this point in the history
  3. Remove transpile options from FineDragCal

    Calibration experiments currently override `_transpiled_circuits()` and
    ignore transpile options so these options were not doing anything
    besides generating a `UserWarning` when creating a `FineDragCal`
    instance.
    wshanks committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1babe3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbd35f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b5239b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7650468 View commit details
    Browse the repository at this point in the history
  7. Increase tolerance of cvxpy fitters in tomography test

    The default tolerance was leading to a warning about max iterations
    being reached without reaching the target objective.
    wshanks committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    db4e43b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa1354c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afe4257 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    d66fba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e70392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9805d50 View commit details
    Browse the repository at this point in the history
  4. Set matplotlib axis scale type earlier so axis limits are correct

    When the axis scale is changed to "log", matplotlib changes the default
    axis limits from (0, 1) to something around (0.1, 10). Since MplDrawer
    got the limits and the set them back on the axes after setting the
    scale, it was reapplying a minimum of 0 to the log scale plot, leading
    to a user warning. matplotlib by default changes the limits to the range
    of the data when data is added, so this case only came up when
    generating a figure with no data.
    wshanks committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    aed5d30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1741ef1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9e9d14 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Convert calibration saving tests to favor json method

    Also, catch both user and deprecation warnings for remaining csv
    calibration saving tests.
    wshanks committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    be220b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    b677533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    659286e View commit details
    Browse the repository at this point in the history