Skip to content

Commit 135bf2f

Browse files
authored
Update param_spaces.py
Correcting the default for hard_gamma_outer in _PS_Astro_Strong: used to be 0.0 now it is +2.5
1 parent fbaa331 commit 135bf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

holodeck/librarian/param_spaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class _PS_Astro_Strong(_Param_Space):
166166
hard_sepa_init=1e4, # [pc]
167167
hard_rchar=10.0, # [pc]
168168
hard_gamma_inner=-1.0,
169-
hard_gamma_outer=0.0,
169+
hard_gamma_outer=+2.5,
170170

171171
# Galaxy stellar-mass Function (``GSMF_Double_Schechter``)
172172
# Parameters are based on `double-schechter.ipynb` conversions from [Leja2020]_

0 commit comments

Comments
 (0)