pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.15k stars 235 forks source link

Fix ruff not format the changes #1761

Closed fehiepsi closed 6 months ago

fehiepsi commented 6 months ago

Currently, make lint make format only check for lint. This PR fixes the issue by doing formatting properly.

fehiepsi commented 6 months ago

Thanks, Ola!