We pride ourselves on creating code that is easily understood with good comments and style. This folder is proof. It contains screenshots of pylint scores for the python files in the package. For the overall score of every module, checkout overall_pylint.png in this folder.
For the individual breakdown of the pylint scores, see pylint_(filename).png within this folder. The files being tested for syle come from the following directories:
|-- local_climate_change_tool
|-- local_climate_change_tool
|-- download_file_from_google.py
|-- phase1_data_wrangler
|-- analysis_parameters.py
|-- data_wrangler.py
|-- subcomp_a_create_data_dict.py
|-- subcomp_b_process_climate_model_data.py
|-- subcomp_c_multi_model_stats.py
|-- subcomp_d_process_historical_obs.py
|-- test_subcomp_a.py
|-- test_subcomp_b.py
|-- test_subcomp_c.py
|-- test_subcomp_d.py
|-- phase2_dashboard_generator
|-- util_panel.py