You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for ((rbin1, rbin2), mu_count) inzip(rbins, mu_counts):
182
+
ifrbin1>rbin2: continue# this case can be skipped by symmetry
183
+
print_function(("INFO"ifrbin1==rbin2else"WARNING") +f": counts are not positive for radial bin pair {rbin1}, {rbin2} for {mu_count} mu values of {n_mu_check} checked")
184
+
# the problem for same-bin pairs is less critical (and seems more likely), for different-bin pairs it is more critical
159
185
160
186
vol_r=4*np.pi/3* (r_bins[:, 1] **3-r_bins[:, 0] **3) # volume of radial/separation bins as 1D array
0 commit comments