There was an error while loading. Please reload this page.
1 parent ac8c2b4 commit 8e92947Copy full SHA for 8e92947
1 file changed
diffhtwo/experimental/n_mag.py
@@ -149,6 +149,12 @@ def n_mag_kern(
149
cat_weight = jnp.ones_like(lc_phot_weights_q) * frac_cat
150
###################################################################
151
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
+
158
N_q = diffndhist.tw_ndhist_weighted(
159
obs_colors_mag_q,
160
sig,
0 commit comments