Skip to content

Commit

Permalink
fix typo pointing to wrong opacity source in logger message (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields authored Oct 21, 2024
1 parent 45fa45b commit ec588eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def sigma_file(tracing_lambdas, temperatures, fpath, opacity_source=None):
) # Scaling from Stancil 1994 table
if np.any(sigmas == 0):
logger.warning(
f"Outside of interpolation range for H2+ BF cross-sections at depth points {np.unique(np.where(sigmas == 0)[0])}. Assuming 0 opacity from H-FF for these depth points."
f"Outside of interpolation range for H2+ BF cross-sections at depth points {np.unique(np.where(sigmas == 0)[0])}. Assuming 0 opacity from H2+BF for these depth points."
)
elif (
opacity_source == "Hminus_ff"
Expand Down

0 comments on commit ec588eb

Please sign in to comment.