dflemin3 / approxposterior

A Python package for approximate Bayesian inference and optimization using Gaussian processes
https://dflemin3.github.io/approxposterior/
MIT License
41 stars 9 forks source link

Standardize code formatting #64

Open dflemin3 opened 4 years ago

dflemin3 commented 4 years ago

For the 1.0 release, approxposterior should use packages like flake8 or black to make sure I'm following all relevant PEPs and such. Furthermore, I can use these packages similar to coveralls during my CI checks.