Sumit Gupta
Sumit Gupta
A small typo here: 
…e code **Pull Request Label:** * [x] Bug * [ ] New feature * [ ] Enhancement * [ ] New component * [ ] Typo **Pull Request Checklist:** -...
Fixes #4130 Changes made in this Pull Request: - I used the `between` keyword to update the `self.donors_sel` and `self.acceptors_sel` keywords to reduce the search space for the capped_distance function....
### :pencil: In file tardis/io/atom_data/util.py `fname` sometimes becomes a path object causing the bug, and on line 38, we seem to apply the `replace` method of `str` on the path...
### :pencil: Description **Type:** :roller_coaster: `gsoc` This pull request contains my `first objective` approach of `Velocity Packet Tracker Visualization.` It contains a jupyter `.ipynb` file and a folder containing the...
### :pencil: Description **Type:** :roller_coaster: `infrastructure` This PR continues on the work of PR #2672 . This PR implements the Dead Branch Pruning method to solve the compile-time constant issue....
### :pencil: Description **Type:** :roller_coaster: `restructure` We need to merge PR #2672 first. This PR introduces a new class, RPacketLastInteractionTracker, which is similar to the RPacketTraker but only stores the...
### :pencil: Description **Type:** :roller_coaster: `restructure` PR #2650 needs to be merged first before this PR. This PR introduces Line attributes to tracker classes. ### :vertical_traffic_light: Testing How did you...
**Describe the bug** Can someone please verify if the current implementation of RPacketTracker has a bug? In the single_packet_loop function, the trace_packet function returns the distance, interaction_type, and delta_shell that...
### :pencil: Description **Type:** :rocket: `feature` This PR adds a `status` property to the RPacketLastInteractionTracker as it can be used to determine whether the packet was reabsorbed or emitted.