Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Fixed bug in deepcopy of IBMBackend #658

Merged
merged 3 commits into from
Jun 8, 2023
Merged

Conversation

merav-aharoni
Copy link
Collaborator

Summary

copy.deepcopy(IBMBackend) was failing due to infinite recursion. Fixed that bug.

Details and comments

Fixes #654.
See also #646.

@merav-aharoni
Copy link
Collaborator Author

We should check this in qiskit-ibm-runtime as well.

@coveralls
Copy link

coveralls commented Jun 8, 2023

Pull Request Test Coverage Report for Build 5213293464

  • 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 51.968%

Totals Coverage Status
Change from base Build 5213183105: 52.0%
Covered Lines: 3143
Relevant Lines: 6048

💛 - Coveralls

@merav-aharoni merav-aharoni marked this pull request as ready for review June 8, 2023 15:06
@merav-aharoni merav-aharoni requested a review from kt474 June 8, 2023 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Changelog: Bugfix Include in the Fixed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deep-copying backends crashes
3 participants