josephhardinee / PyDSD

Python Library for working with disdrometer data.
GNU Lesser General Public License v2.1
45 stars 33 forks source link

Revamp example notebook #90

Closed josephhardinee closed 4 years ago

josephhardinee commented 4 years ago

This is a first pass at cleaning up the example notebook. It did point out a few areas in our plotting that could use some improvements, as well as some needed time functionality that will be the subject of future PRs.

pep8speaks commented 4 years ago

Hello @josephhardinee, Thank you for updating !

Line 132:9: E722 do not use bare 'except' Line 466:60: W291 trailing whitespace Line 468:65: W291 trailing whitespace Line 469:1: W293 blank line contains whitespace

Comment last updated at 2020-01-27 01:32:30 UTC
josephhardinee commented 4 years ago

This passes CI, it's just coveralls on one run that broke. As such I am merging.