mmuckley / torchkbnufft

A high-level, easy-to-deploy non-uniform Fast Fourier Transform in PyTorch.
https://torchkbnufft.readthedocs.io/
MIT License
204 stars 44 forks source link

Change formatting to use black #10

Closed mmuckley closed 3 years ago

mmuckley commented 3 years ago

This changes the code formatting to use black rather than my own previous ad-hoc policies. It also checks for black usage in the CI pipeline.