Skip to content

Commit

Permalink
fix typo pointing to wrong opacity source in logger message
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Oct 14, 2024
1 parent 3974df7 commit 570124d
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 570124d

Please sign in to comment.