You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
last_interaction_type , last_line_interaction_in_id and last_line_interaction_out_id are saved as float in sim.runner whereas corresponding properties for virtual packets are saved as int which is the expected type.
Expected Output
Save them as int
The text was updated successfully, but these errors were encountered:
Hello, Can you shed some more light upon this issue? Where can I find the required function?
I found this virtual packets variable in 2-3 files but was not able to pinpoint the location where this bug is arising from. 🤔
I think it most likely arises in montecarlo_main_loop in tardis/montecarlo/montecarlo_numba/base.py where the arrays are defined to pass through to the sim.runner.
Problem description
last_interaction_type , last_line_interaction_in_id and last_line_interaction_out_id are saved as float in sim.runner whereas corresponding properties for virtual packets are saved as int which is the expected type.
Expected Output
Save them as int
The text was updated successfully, but these errors were encountered: