Skip to content

Commit

Permalink
Merge branch 'main' into single-galaxy-image-to-shear1
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza authored Nov 5, 2024
2 parents 6896899 + 38903ee commit f54d7c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_convergence.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def test_low_noise_single_galaxy_interim_samples(seed):
slen=slen,
)
assert target_image.shape == (1, slen, slen)

true_params = get_true_params_from_galaxy_params(galaxy_params)

pipe1 = partial(
Expand All @@ -185,7 +184,6 @@ def test_low_noise_single_galaxy_interim_samples(seed):
keys2 = random.split(gkey2, 4)

init_positions = vmap(init_fnc, (0, None))(keys1, true_params)

samples = vpipe1(keys2, init_positions, target_image)

# check each component
Expand Down

0 comments on commit f54d7c1

Please sign in to comment.