Skip to content

Commit

Permalink
Update param_spaces_classic.py
Browse files Browse the repository at this point in the history
Update to fix some differences between PS_Classic_Phenom_Uniform and PS_Uniform_09B. Changed the range of parameter space for mmbulge amplitude from (7.5, 9.5) to (7.6, 9.0) and scatter from (0, 1.2) to (0, 0.9).
  • Loading branch information
CayenneMatt authored Apr 18, 2024
1 parent 8c4fe90 commit b765c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holodeck/librarian/param_spaces_classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def __init__(self, log=None, nsamples=None, sam_shape=None, seed=None):
parameters = [
PD_Uniform("gsmf_phi0_log10", -3.5, -1.5),
PD_Uniform("gsmf_mchar0_log10", 10.5, 12.5), # [log10(Msol)]
PD_Uniform("mmb_mamp_log10", +7.5, +9.5), # [log10(Msol)]
PD_Uniform("mmb_scatter_dex", +0.0, +1.2),
PD_Uniform("mmb_mamp_log10", +7.6, +9.0), # [log10(Msol)]
PD_Uniform("mmb_scatter_dex", +0.0, +0.9),
PD_Uniform("hard_time", 0.1, 11.0), # [Gyr]
PD_Uniform("hard_gamma_inner", -1.5, +0.0),
]
Expand Down

0 comments on commit b765c76

Please sign in to comment.