GeoStat-Framework / PyKrige

Kriging Toolkit for Python
https://pykrige.readthedocs.io
BSD 3-Clause "New" or "Revised" License
759 stars 188 forks source link

Codeformatting with black #144

Closed MuellerSeb closed 4 years ago

MuellerSeb commented 4 years ago

To be in line with the GeoStat-Framework standards, I reformatted the code base with black by executing:

black pykrige/

Also applied to docs, tests and examples.

Included minor updates:

MuellerSeb commented 4 years ago

I updated travis and testing accordingly. When CI succeeds, I'll merge this.