Skip to content

Commit

Permalink
fix one test
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Jan 14, 2025
1 parent 5ec2c5e commit 0366b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_shear_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from jax import jit, random
from jax_galsim import GSParams

from bpd.prior import (
from bpd.sample import sample_ellip_prior
from bpd.shear import (
inv_shear_transformation,
sample_ellip_prior,
scalar_inv_shear_transformation,
scalar_shear_transformation,
shear_transformation,
Expand Down

0 comments on commit 0366b9e

Please sign in to comment.