Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Nov 15, 2024
1 parent 2ef2360 commit 0ed12c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpd/likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def shear_loglikelihood_unreduced(
# assume e_obs.shape == (N, K, 2) where N is number of galaxies, K is samples per galaxy
# the priors are callables for now on only ellipticities
# the interim_prior should have been used when obtaining e_obs from the chain (i.e. for now same sigma)
# normalizatoin in priors can be ignored for now as alpha is fixed.
# normalization in priors can be ignored for now as alpha is fixed.
_, K, _ = e_post.shape # (N, K, 2)

e_post_mag = jnp.sqrt(e_post[..., 0] ** 2 + e_post[..., 1] ** 2)
Expand Down

0 comments on commit 0ed12c6

Please sign in to comment.