We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef2360 commit 0ed12c6Copy full SHA for 0ed12c6
bpd/likelihood.py
@@ -16,7 +16,7 @@ def shear_loglikelihood_unreduced(
16
# assume e_obs.shape == (N, K, 2) where N is number of galaxies, K is samples per galaxy
17
# the priors are callables for now on only ellipticities
18
# the interim_prior should have been used when obtaining e_obs from the chain (i.e. for now same sigma)
19
- # normalizatoin in priors can be ignored for now as alpha is fixed.
+ # normalization in priors can be ignored for now as alpha is fixed.
20
_, K, _ = e_post.shape # (N, K, 2)
21
22
e_post_mag = jnp.sqrt(e_post[..., 0] ** 2 + e_post[..., 1] ** 2)
0 commit comments