Skip to content

Commit

Permalink
Final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Mar 11, 2024
1 parent 5f72a45 commit f3d3a83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions tardis/energy_input/GXPacket.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ def initialize_packet_properties(
times,
effective_times,
average_power_per_mass,
Z,
A,
uniform_packet_energies=True,
):
"""Initialize the properties of an individual packet
Expand Down Expand Up @@ -195,8 +193,6 @@ def initialize_packet_properties(
GXPacketStatus.IN_PROCESS,
k,
decay_time,
Z,
A,
)

packet.energy_rf = packet.energy_cmf / doppler_factor_3d(
Expand Down
3 changes: 0 additions & 3 deletions tardis/energy_input/gamma_packet_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def gamma_packet_loop(
)

elif distance == distance_interaction:

packet.status = scatter_type(
compton_opacity,
photoabsorption_opacity,
Expand Down Expand Up @@ -306,8 +305,6 @@ def gamma_packet_loop(
[
i,
packet.status,
packet.Z,
packet.A,
packet.nu_cmf,
packet.nu_rf,
packet.energy_cmf,
Expand Down

0 comments on commit f3d3a83

Please sign in to comment.