Skip to content

Commit 8e92947

Browse files
committed
debug shapes
1 parent ac8c2b4 commit 8e92947

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

diffhtwo/experimental/n_mag.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ def n_mag_kern(
149149
cat_weight = jnp.ones_like(lc_phot_weights_q) * frac_cat
150150
###################################################################
151151

152+
print("obs_colors_mag_q.shape:{}", obs_colors_mag_q.shape)
153+
print("sig.shape:{}", sig.shape)
154+
print("lc_phot_weights_q.shape:{}", lc_phot_weights_q.shape)
155+
print("cat_weight.shape:{}", cat_weight.shape)
156+
print("lh_centroids_lo.shape:{}", lh_centroids_lo.shape)
157+
152158
N_q = diffndhist.tw_ndhist_weighted(
153159
obs_colors_mag_q,
154160
sig,

0 commit comments

Comments
 (0)