paudetseis / Telewavesim

Teleseismic body wave modeling through stacks of (submarine/anisotropic) layers
https://paudetseis.github.io/Telewavesim/
MIT License
66 stars 18 forks source link

[JOSS review] Python codes should follow pep8 #12

Closed seisman closed 5 years ago

seisman commented 5 years ago

Although not mandatory, it's a good practice to follow the Python style guide pep8.

There are some tools to automatically format Python codes, e.g. pycodestyle, black.

openjournals/joss-reviews#1818