-
Notifications
You must be signed in to change notification settings - Fork 127
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
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a30a012 - Browse repository at this point
Copy the full SHA a30a012View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 449634a - Browse repository at this point
Copy the full SHA 449634aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db546a4 - Browse repository at this point
Copy the full SHA db546a4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1babe3a - Browse repository at this point
Copy the full SHA 1babe3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd35f6 - Browse repository at this point
Copy the full SHA dbd35f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b5239b - Browse repository at this point
Copy the full SHA 4b5239bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7650468 - Browse repository at this point
Copy the full SHA 7650468View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for db4e43b - Browse repository at this point
Copy the full SHA db4e43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1354c - Browse repository at this point
Copy the full SHA fa1354cView commit details -
Configuration menu - View commit details
-
Copy full SHA for afe4257 - Browse repository at this point
Copy the full SHA afe4257View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d66fba7 - Browse repository at this point
Copy the full SHA d66fba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e70392 - Browse repository at this point
Copy the full SHA 3e70392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9805d50 - Browse repository at this point
Copy the full SHA 9805d50View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for aed5d30 - Browse repository at this point
Copy the full SHA aed5d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1741ef1 - Browse repository at this point
Copy the full SHA 1741ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e9d14 - Browse repository at this point
Copy the full SHA e9e9d14View commit details
Commits on Jan 12, 2024
-
Convert calibration saving tests to favor json method
Also, catch both user and deprecation warnings for remaining csv calibration saving tests.
Configuration menu - View commit details
-
Copy full SHA for be220b2 - Browse repository at this point
Copy the full SHA be220b2View commit details
Commits on Jan 19, 2024
-
Update qiskit_experiments/visualization/drawers/mpl_drawer.py
Co-authored-by: Helena Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b677533 - Browse repository at this point
Copy the full SHA b677533View commit details -
Configuration menu - View commit details
-
Copy full SHA for 659286e - Browse repository at this point
Copy the full SHA 659286eView commit details