We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some suggestions:
b) Remove the out commented section convert_fraunhofer from the Snakefile (we have version control, don't we?) or comment its meaning.
c) Use snake_case naming conventions for rule names => convert_ewg instead of convert_EWG?
d) rename rule and script compile_cost_assumptions to main to clarify what part is the main script / entry point.
compile_cost_assumptions
main
e) Clarify if project is
If 1. maybe rename project to technology-cost If 2. maybe rename output files to outputs/technology_{year}.csv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some suggestions:
b) Remove the out commented section convert_fraunhofer from the Snakefile (we have version control, don't we?) or comment its meaning.
c) Use snake_case naming conventions for rule names => convert_ewg instead of convert_EWG?
d) rename rule and script
compile_cost_assumptions
tomain
to clarify what part is the main script / entry point.e) Clarify if project is
If 1. maybe rename project to technology-cost
If 2. maybe rename output files to outputs/technology_{year}.csv
The text was updated successfully, but these errors were encountered: