Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Apr 17, 2024
1 parent 24ed058 commit d2f1c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tardis/montecarlo/montecarlo_numba/tests/test_interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_line_scatter(
init_mu = packet.mu
init_nu = packet.nu
init_energy = packet.energy
full_relativity=False
full_relativity = False
packet.initialize_line_id(
verysimple_opacity_state, verysimple_numba_model, full_relativity
)
Expand Down Expand Up @@ -111,7 +111,7 @@ def test_line_emission(
emission_line_id,
time_explosion,
verysimple_opacity_state,
full_relativity
full_relativity,
)

assert packet.next_line_id == emission_line_id + 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_macro_atom(
expected,
):
set_seed_fixture(seed)
full_relativity=False
full_relativity = False
static_packet.initialize_line_id(
verysimple_opacity_state,
verysimple_numba_model,
Expand Down

0 comments on commit d2f1c58

Please sign in to comment.