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

Connectivity tester #579

Merged
merged 18 commits into from
Oct 18, 2024
Merged

Connectivity tester #579

merged 18 commits into from
Oct 18, 2024

Conversation

pedrocamargo
Copy link
Contributor

@pedrocamargo pedrocamargo commented Oct 17, 2024

Adds a connectivity analysis checker based on Depth-First search. Requires very little memory to run.

Copy link
Contributor

@Jake-Moss Jake-Moss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

from aequilibrae.utils.core_setter import set_cores
from aequilibrae.utils.signal import SIGNAL

sys.dont_write_bytecode = True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do? I can actually see 3 of these in the repo

Exported grep results:

aequilibrae/paths/network_skimming.py:16:sys.dont_write_bytecode = True
aequilibrae/paths/connectivity_analysis.py:9:sys.dont_write_bytecode = True
aequilibrae/__init__.py:38:    sys.dont_write_bytecode = True

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to resolve this to merge the PR as I don't think this is an issue, more just curious

@Jake-Moss Jake-Moss merged commit d3c0619 into develop Oct 18, 2024
16 checks passed
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