Skip to content

Commit

Permalink
Update emcee_radex_2comp.py
Browse files Browse the repository at this point in the history
typo in comments
  • Loading branch information
yangcht authored Nov 3, 2022
1 parent 6dd2fee commit aef560a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emcee/emcee_radex_2comp.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def lnprior(p, bounds, T_d=None, R=None):
if (np.any((p[3] < p[7]))):
return -np.inf

# Add bounds fro tau, should be < 100
# Add bounds for tau, should be < 100
# try:
# tau_max = model_lvg_tau(p, R)
# except ValueError:
Expand Down

0 comments on commit aef560a

Please sign in to comment.