-
Notifications
You must be signed in to change notification settings - Fork 99
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
Explicit chunking #759
Explicit chunking #759
Conversation
# Conflicts: # conda-environments/activitysim-dev-base.yml # conda-environments/activitysim-dev.yml # conda-environments/docbuild.yml # conda-environments/github-actions-tests.yml
…-chunk-latest # Conflicts: # activitysim/abm/models/accessibility.py # activitysim/core/chunk.py
…-chunk-with-config
# Conflicts: # conda-environments/github-actions-tests.yml
# Conflicts: # conda-environments/github-actions-tests.yml
…-chunk-with-config
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.
Code looks good. I tested with and without chunking using PSRC's implementation and am getting the same results. @jpn-- does the documentation need anything beyond what will get updated via documentation build?
Yes, we do need to write a much better user's guide on how to use chunking. Since this PR only includes explicit chunking for a single component, I've not taken that on yet (i.e. in this PR) but it does include documentation attached as docstrings to the "explicit_chunk" settings for the AccessibilitySettings class, and in the doc embedded in the chunk.py file. |
This PR adds an explicit chunking option to the compute_accessibility component.