Closed codecrap closed 7 months ago
The pipeline is failing because it tries to run a notebook that requires authentication, which it doesn't receive and thus the build times out. The same test does not seem to be a problem for a test PR #121 . Can you help out with this issue @QFer ?
@codecrap The reason is that pull requests sent from forked repositories do not have access to encrypted authentication secrets needed for running the tests on quantum inspire backend. A possible solution is to disable these example runs for pull requests.
@codecrap I made a change so the pull request coming from a fork is not running the examples. While reviewing and before merging we will run the examples and check correctness. Please add unit test to coverage 100% and I guess your (out-of-date) branch needs a rebase or merge.
This is a proposal for a CalibrationViewer helper object to nicely handle and print backend calibration data. It uses rich printing but falls back to the builtin print if not available. I will add more tests and further refine the class if it is in principle okay to include this helper object in the main repo.
An example of its use is currently available in the examples repo (updated version here).