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 path computation and network skimming directly from graph #598

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

r-akemii
Copy link
Collaborator

In this PR we add two methods in the AequilibraE Graph class to compute paths and skimming directly from the graph object.

We:

  • Added the methods (paths/graph.py)
  • Added tests (tests/aequilibrae/paths/test_graph.py)
  • Removed a typo (aequilibrae/paths/results/path_results.py)
  • Added docs (docs/source/graph_example.py). This is the same test as in PR597, but as we're changing the folder structure, I added this test outside the example folder to move it to path computation folder later

@r-akemii r-akemii marked this pull request as ready for review December 19, 2024 20:58
@pedrocamargo pedrocamargo merged commit 0e1c845 into develop Dec 20, 2024
16 checks passed
@pedrocamargo pedrocamargo deleted the renata/add_new_features_to_graphs branch December 20, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants