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

Refactor: Replace connected nodes with edges #42

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Apr 17, 2023

  1. feat: add get_opposite_node and get_next_geo_node

    Add get_opposite_node to calculate given a one of the top nodes the other one.
    Add get_next_geo_node to calculate the neighbor geo node given one of the top nodes
    antonykamp committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    3158bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7ae50f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae2a8a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8496f3b View commit details
    Browse the repository at this point in the history
  5. fix: don't use setter of connected_on_...

    Replace setting operations of connected_on_... with new connected_edge_on_... property.
    antonykamp committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    befdf86 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    3fbe559 View commit details
    Browse the repository at this point in the history
  2. Update yaramo/node.py

    Co-authored-by: Lietze <[email protected]>
    antonykamp and Lietze authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ed4e588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5e7a59 View commit details
    Browse the repository at this point in the history
  4. fix: add return statement

    antonykamp committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    35afe3b View commit details
    Browse the repository at this point in the history
  5. fix: use neighbor for angle calculation

    fixes Bug: Wrong calculation of "Anschluss" if connected edges are long and not straight simulate-digital-rail#41
    antonykamp committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    51f8a77 View commit details
    Browse the repository at this point in the history
  6. fix: typo

    antonykamp committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    65c5a6a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on May 4, 2023

  1. add debugging prints

    SaturnHafen committed May 4, 2023
    Configuration menu
    Copy the full SHA
    9b3df4b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 9, 2023

  1. fix model

    SaturnHafen committed May 9, 2023
    Configuration menu
    Copy the full SHA
    644da36 View commit details
    Browse the repository at this point in the history