GalSim-developers / JAX-GalSim

JAX port of GalSim, for parallelized, GPU accelerated, and differentiable galaxy image simulations.
Other
25 stars 3 forks source link

REF use our own implements decorator #95

Closed beckermr closed 3 months ago

beckermr commented 3 months ago

This PR switches the code to use our own decorator for wrapping doc strings from GalSim. It doesn't yet support all of the options from the one in jax, but it removes our dependence on a non-public API. I also enabled pre-commit for easy formatting fixes.

closes #93

beckermr commented 3 months ago

pre-commit.ci autofix

ismael-mendoza commented 3 months ago

thanks @beckermr this is a really helpful PR, I will take a look today or tomorrow