-
Notifications
You must be signed in to change notification settings - Fork 0
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
Retrieve data for the residential sector #6
base: main
Are you sure you want to change the base?
Conversation
Hello @samgdotson! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-09-19 19:47:43 UTC |
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.
Test review
This PR includes scripts and "rules" for a snakemake workflow that retrieves residential data for the Armourdale community in Kansas City. The workflow is depicted in the file
dag.png
(which is generated automatically by executing the workflow).This PR closes #5 and closes #17.
This is an unfortunately large pull request. Future pull requests should be smaller and more atomic in nature.
Why should we use pull requests to collaborate?
Where to focus attention
The following files should be prioritized for review:
scripts/
folder (these should be python source files, 8 in total).utils/
folder (these should be python source files, 2 in total).Snakefile
fileconfig.yml
fileThe jupyter notebook files can be ignored since they are experimental and will be removed in a future pull request.
How to review a pull request
This post goes over the steps for reviewing a pull request.
Recommended checklist for reviewing a pull request
The guide below is modified from the Advanced Reactors and Fuel Cycles (ARFC) research group at the University of Illinois Urbana-Champaign
praise.
Clean Code
repository (PEP8 for python,
google C++ style guide, etc.)
added to confirm good behavior?
the tests?
locally, build, and run the tests.
.swp
files,etc.)?
with the repository license?
where needed (to resolve the above).
in your review?
close this issue when the PR is merged