Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Feb 7, 2024
1 parent 0a87278 commit 6eeb6b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tardis/plasma/tests/test_nlte_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,9 @@ def test_critical_case_dilution_factor_1_root(
)


def test_critical_case_dilution_factor_1_lu(nlte_raw_plasma_dilution_factor_1_lu):
def test_critical_case_dilution_factor_1_lu(
nlte_raw_plasma_dilution_factor_1_lu,
):
"""Check that the LTE and NLTE solution agree for dilution_factor=1.0."""
ion_number_density_nlte = (
nlte_raw_plasma_dilution_factor_1_lu.ion_number_density.values
Expand Down

0 comments on commit 6eeb6b9

Please sign in to comment.