SBFRF / pyDIWASP

DIWASP directional wave data processing package for python
https://github.com/metocean/diwasp
GNU General Public License v3.0
15 stars 9 forks source link

Code readability improvements #9

Closed dnowacki-usgs closed 4 months ago

dnowacki-usgs commented 4 months ago

This PR changes the lines with multiple operations separated by semicolons into one operation per line, improving readability. There are also a bunch of automatic editor whitespace removal changes.