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 dag visualization with Var wires (backport #12848) #12924

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. Fix dag visualization with Var wires (#12848)

    * Fix dag visualization with Var wires
    
    This commit fixes the dag visualization for DAGs with classical
    variables. The Var type was not handled in the attribute callback
    functions for nodes and edges. This was causing the visualizer to fail
    if the dag contained these types. This fixes this by adding explict
    handling for the Var types and using the name attribute of the Var
    object.
    
    * Add release note and test
    
    (cherry picked from commit adbe887)
    mtreinish authored and mergify[bot] committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    817308c View commit details
    Browse the repository at this point in the history