Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Nov 1, 2023
1 parent 24cdbc3 commit 44fe04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/plasma/standard_plasmas.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def assemble_plasma(config, simulation_state, atom_data=None):
)

if (
config.plama.helium_treatment == "recomb-nlte"
config.plasma.helium_treatment == "recomb-nlte"
or config.plasma.helium_treatment == "numerical-nlte"
) and (
config.plasma.nlte_ionization_species
Expand Down

0 comments on commit 44fe04a

Please sign in to comment.