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

add function to create a minimal network with redundancy for all nodes #559

Merged
merged 24 commits into from
Oct 10, 2023

Commits on Sep 15, 2023

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

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    372d219 View commit details
    Browse the repository at this point in the history
  2. add tests

    JenkeScheen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a1cd502 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Ah, missed this one (thanks mypy): Suggested change [mappings.append(…

    …edge_data['object']) for _, _, _, edge_data in current_best_edges] for _, _, _, edge_data in current_best_edges: mappings.append(edge_data['object']) Don't use a list comprehension unless you're assigning it to something.
    
    Co-authored-by: David W.H. Swenson <[email protected]>
    JenkeScheen and dwhswenson authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2ef3289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7863505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f92cde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a106976 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    532b910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8caec4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    229537a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8457a3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0bf736 View commit details
    Browse the repository at this point in the history
  10. pep8 shenanigans

    JenkeScheen committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f0fbdcc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a494fdf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    548568c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    deac790 View commit details
    Browse the repository at this point in the history
  14. more pep8

    JenkeScheen committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    68a46a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. simplify test

    JenkeScheen committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    36a9f39 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. rename duped fn name

    JenkeScheen committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0a97327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0334030 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 10, 2023

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