-
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
Rdrp 994 clone folders #348
Conversation
src/user_config.yaml
Outdated
@@ -63,18 +63,18 @@ hdfs_paths: | |||
freezing_additions_path: "02_freezing/freezing_updates" | |||
freezing_amendments_path: "02_freezing/freezing_updates" | |||
# Imputation and outliers input paths | |||
backdata_path: "" | |||
backdata_path: "2021_surveys/BERD/06_imputation/backdata_output/2021_backdata_published_v347_anon.csv" |
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.
This needs to go in 2022_surveys so we can run the 2023 pipeline.
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 have corrected this one.
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 have removed config from mk_dirs, and I have also corrected the tree, as it was a bit off. I've checked by creating folders in my own area- it does run and does what it's meant to.
Created all input and output folders in /bat/res_dev/
Updated the make_dir to use the config explicitly
Fixed a bug in the usage of tree_to_list.
Uploaded anonymised snapshot to /res_dev/anonymised
Uploaded anonymised backdata to /bat/res_dev/project_data/2021_surveys/BERD/06_imputation/backdata_output
Uploaded all mappers to /bat/res_dev/project_data/2023_surveys/mappers/v1 (ultfoc is anonymised)
Created log folder /bat/res_dev/project_data/logs/run_logs
The program still does not run. We need to merge the singleton class to develop. We need to undo the explicit passage of config argument in rd_make_dirs
Insert detailed bullet points about your changes here!
Insert any instructions to help the reviewer, e.g. "install new requirements from
requirements.txt
"*Let the reviewer know what data files are needed (and if applicable, where they are to be found)
Closes or fixes
Closes #
Code
Documentation
Any new code includes all the following forms of documentation:
Args
andreturns
for all major functionsData
Testing
Peer Review Section
requirements.txt
Final approval (post-review)
The author has responded to my review and made changes to my satisfaction.
Review comments
Insert detailed comments here!
These might include, but not exclusively:
that it is likely to interact with?)
works correctly?)
Your suggestions should be tailored to the code that you are reviewing.
Be critical and clear, but not mean. Ask questions and set actions.