-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Connectivity tester #579
Conversation
…quilibrae into pedro/connectivity_tester
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Adds a connectivity analysis checker based on Depth-First search. Requires very little memory to run.