NCAR / CUPiD

CUPiD is a “one stop shop” that enables and integrates timeseries file generation, data standardization, diagnostics, and metrics from all CESM components.
https://ncar.github.io/CUPiD/
Apache License 2.0
24 stars 22 forks source link

Some updated pylint and black formatting, added docstrings to improve clarity when adding to repo #94

Closed TeaganKing closed 4 months ago

TeaganKing commented 5 months ago

Addresses #77 .

I'd also like to add in some testing that runs upon submitting PRs that runs pylint and black, so this will help get us closer to a clean run and make it easier for contributors to understand and add to code.

TeaganKing commented 4 months ago

Docstrings have all been added, and this has been updated to not conflict with Lev's most recent PR. I also adjusted a few more pylint/black issues (there's still some outstanding ones, though).

TeaganKing commented 4 months ago

Thanks for your review, @mnlevy1981 ! I have updated clear.py and run.py to use the argument version instead of the option version, and related docstrings have also been updated.