darrenjw / jax-smfsb

SMfSB code in JAX
Apache License 2.0
0 stars 1 forks source link

Apply code formatter #7

Closed cthoyt closed 1 week ago

cthoyt commented 3 weeks ago

The code in this repo doesn't conform to a consistent code style. I suggest applying ruff or black to standardize the code style in a way that is more typical for Python programs

darrenjw commented 1 week ago

Done (using black for now).