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

Get rid of KeyErrors in to_line_graph #558

Merged
merged 4 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. Use edge_label_dict.values() as nodes and edge_label_dict.keys() for …

    …edge1, edge2 to avoid KeyError
    pgberlureau committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4990bbf View commit details
    Browse the repository at this point in the history
  2. fix broken test

    thomasrobiglio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    90c8782 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

    pgberlureau committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bc9bc79 View commit details
    Browse the repository at this point in the history