Skip to content

Commit

Permalink
Change as black suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit112192 committed Jun 5, 2024
1 parent 6daa4ac commit b77f212
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tardis/transport/montecarlo/packet_trackers.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,19 @@ class RPacketLastInteractionTracker:
The id of the last interaction that the r_packet went
LINE : 2
ESCATTERING : 4
CONTINUUM_PROCESS : 8
CONTINUUM_PROCESS : 8
energy : float
The energy of the r_packet
The energy of the r_packet
in_id : int
in_nu : float
out_id : int
nu : float
"""

def __init__(self, no_of_packets):
self.radius = -1 * np.ones(no_of_packets, dtype=np.float64)
self.shell_id = -1 * np.ones(no_of_packets, dtype=np.int64)
Expand Down

0 comments on commit b77f212

Please sign in to comment.