Open Rodot- opened 3 years ago
Hi @Rodot- if it is not resolved yet, I can work on this. Thank you
I believe it is not so that would be great if you try out resolving this
Thanks @Rodot- for letting me know. Will start working on it.
So as mentioned in the issue, should I change last_interaction_type in r_packet.py to Enum as interaction_type is enum in interaction.py ?
Yes
Hi @roshansingh12, are you still working on this issue?
Describe the bug last_interaction_types for the r_packets in single_packet_loop.py don't correspond to interaction types in interaction.py. Currently the last_interaction_type is set to an integer rather than the enumerated interaction types found in interaction.py. Updating this may affect the visualization code, but should be changed for clarity
Additional context