Skip to content

Commit

Permalink
Fixing Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit112192 committed Jul 22, 2024
1 parent dee7652 commit df1988c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tardis/transport/montecarlo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ def run(
self.transport_state = transport_state

number_of_vpackets = self.montecarlo_configuration.NUMBER_OF_VPACKETS
number_of_rpackets = len(
self.montecarlo_configuration.packet_collection.initial_nus
)
number_of_rpackets = len(transport_state.packet_collection.initial_nus)

rpacket_trackers = List()
if montecarlo_globals.ENABLE_RPACKET_TRACKING:
Expand Down

0 comments on commit df1988c

Please sign in to comment.