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 pickle/deepcopy node hole handling #888

Merged
merged 5 commits into from
Jun 7, 2023

Commits on Jun 5, 2023

  1. Fix pickle/deepcopy node hole handling

    This commit fixes an issue introduced by Qiskit#589 where in certain cases
    node holes in a graph would result in a panic being raised. This was
    caused by a logic bug in trying to recreate the holes. Additionally,
    there were several places where graph methods removed nodes that the
    flag to indicate there were removals would no be set. This commit
    fixes all of these issues so that deepcopy/pickle works as expected.
    mtreinish committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1c36b7b View commit details
    Browse the repository at this point in the history
  2. Fix test failures

    mtreinish committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2653aa0 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    mtreinish committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    e97c927 View commit details
    Browse the repository at this point in the history
  4. Update src/digraph.rs

    mtreinish committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2cec32b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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