Skip to content

Commit

Permalink
apply black again
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Mar 4, 2024
1 parent c9e554a commit a7f395f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stardis/radiation_field/opacities/opacities_solvers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,9 +732,9 @@ def calc_alphas(
opacity_config.line,
parallel_config,
)
stellar_radiation_field.opacities.opacities_dict["alpha_line_at_nu"] = (
alpha_line_at_nu
)
stellar_radiation_field.opacities.opacities_dict[
"alpha_line_at_nu"
] = alpha_line_at_nu
stellar_radiation_field.opacities.opacities_dict["alpha_line_at_nu_gammas"] = gammas
stellar_radiation_field.opacities.opacities_dict[
"alpha_line_at_nu_doppler_widths"
Expand Down

0 comments on commit a7f395f

Please sign in to comment.