NREL / celavi

Codebase for the Circular Economy Lifecycle Assessment and VIsualization (CELAVI) modeling framework.
https://nrel.github.io/celavi/
GNU General Public License v3.0
9 stars 7 forks source link

Docstrings correction and Verbose parameter for warnings #185

Closed tjlca closed 2 years ago

tjlca commented 2 years ago

I corrected the docstrings in all the files withing pylcia.

I made sure that functions which are very similar but in different files have different descriptions and exact explanation of their activity.

I made the column names to a list and added their data types.

tjlca commented 2 years ago

Verbose parameter has been added for warning suppression in the scenario.py file. The case study.yaml file has been updated in the national data and tiny data branch to reflect the additional verbose parameter.