Skip to content

Commit

Permalink
Fixes incorrect function args
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Jul 15, 2024
1 parent 55bd472 commit f43c6a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tardis/transport/montecarlo/tests/test_vpacket.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def test_trace_vpacket_within_shell(
verysimple_numba_radial_1d_geometry,
verysimple_time_explosion,
verysimple_opacity_state,
enable_full_relativity=False,
continuum_processes_enabled=False,
)

npt.assert_almost_equal(tau_trace_combined, 8164850.891288479)
Expand Down Expand Up @@ -92,8 +90,6 @@ def test_trace_vpacket(
verysimple_opacity_state,
10.0,
0.0,
enable_full_relativity=False,
continuum_processes_enabled=False,
)

npt.assert_almost_equal(tau_trace_combined, 8164850.891288479)
Expand Down Expand Up @@ -162,6 +158,4 @@ def test_trace_bad_vpacket(
verysimple_opacity_state,
10.0,
0.0,
enable_full_relativity=False,
continuum_processes_enabled=False,
)

0 comments on commit f43c6a9

Please sign in to comment.