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 issue where jobs() sometimes errors with alt backends #812

Merged
merged 3 commits into from
Apr 30, 2023

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Apr 26, 2023

Summary

When retrieving jobs from some alt backends, there is a type error when the backend options don't have noise_model or seed_simulator

Details and comments

Fixes #770

@kt474 kt474 added the Changelog: Bugfix Include in the Fixed section of the changelog label Apr 26, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4810784533

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 68.336%

Totals Coverage Status
Change from base Build 4760869474: 0.0%
Covered Lines: 3453
Relevant Lines: 5053

💛 - Coveralls

@kt474 kt474 merged commit 9d67609 into Qiskit:main Apr 30, 2023
@kt474 kt474 deleted the retrieve-jobs-options-bug branch April 30, 2023 17:53
@kt474 kt474 added this to the 0.9.4 milestone May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the Fixed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

service.jobs() fails to load
2 participants