Climate-Data-Science / Climate-Similarity-Metrics

Which similarity metrics are the most helpful to understand climate
0 stars 2 forks source link

Adopt the code style to google styleguide #7

Closed pawelbielski closed 4 years ago

pawelbielski commented 4 years ago

You can find the styleguide here.

Most important aspects:

The goal is that your code reads like an algorithm. Consider dividing complex transformations into few simplier steps for code clarity (if it does not hurt the performance).

pawelbielski commented 4 years ago

Good job @pierretoussing! Code in both calculations.py and similarity_metrics.py reads very well.