Skip to content

Commit

Permalink
Merge branch 'main' into decals_dr10
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Jun 13, 2024
2 parents df234c6 + 2a870dc commit 9ba7acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb/halos/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def halo_incidence(Mlow, zFRB, radius=None, hmfe=None, Mhigh=1e16, nsample=20,
for iz in zs:
ns.append(hmfe.n_in_bins((Mlow * cosmo.h, Mhigh * cosmo.h), iz) * cosmo.h**3) # * units.Mpc**-3
# Interpolate
ns = units.Quantity(ns*units.Mpc**-3)
ns = units.Quantity(ns*units.Mpc**-3).T
# Radii
if radius is None:
rhoc = cosmo.critical_density(zs)
Expand Down

0 comments on commit 9ba7acc

Please sign in to comment.