Skip to content

Commit 9b51f11

Browse files
Update zeus21/UVLFs.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9eabc5d commit 9b51f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zeus21/UVLFs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def UVLF_binned(Astro_Parameters,Cosmo_Parameters,HMF_interpolator, zcenter, zwi
8181
xhi = np.subtract.outer(MUVcuthi, currMUV)/(np.sqrt(2) * sigmaUV)
8282
xlo = np.subtract.outer(MUVcutlo, currMUV )/(np.sqrt(2) * sigmaUV)
8383

84-
# Cut distributions based on minMUV (user-input, halo mass depenent)
84+
# Cut distributions based on minMUV (user-input, halo mass dependent)
8585
#MUVmin can be set to be MUV_of_SFR(max_SFR, Astro_Parameters._kappaUV), with max_SFR = Mstar/min_t & Mstar = fb*Mh
8686
if minMUV is None:
8787
minMUV = np.full_like(HMF_interpolator.Mhtab, -100)

0 commit comments

Comments
 (0)