Skip to content

Commit

Permalink
Checking if there is circular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit112192 committed Jul 27, 2024
1 parent 3c5ead5 commit afb7be3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion benchmarks/benchmark_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
)
from tardis.transport.montecarlo.packet_trackers import (
RPacketTracker,
generate_rpacket_last_interaction_tracker_list,
)


Expand Down Expand Up @@ -420,5 +419,9 @@ def estimators(self):

@property
def rpacket_tracker_list(self):
from tardis.transport.montecarlo.packet_trackers import (
generate_rpacket_last_interaction_tracker_list,
)

no_of_packets = len(self.transport_state.packet_collection)
return generate_rpacket_last_interaction_tracker_list(no_of_packets)

0 comments on commit afb7be3

Please sign in to comment.