Scenario ended popup fires repeatedly
Closed this issue · 0 comments
duyminh1998 commented
Describe the bug
The "Scenario End" message can appear repeatedly when a scenario is run on turbo mode and the observation export event trigger is set to a low duration.
To Reproduce
Steps to reproduce the behavior:
- Load the
floridistan
scenario. - Change the speed to double turbo mode and the time trigger for the
Export observation every seconds
trigger to 5 seconds. - Run the
scripts/floridistan/restart_demo.py
demo and see the error during iteration 25.
Expected behavior
The Scenario End
message should not popup repeatedly, or we should be able to catch this and address it as needed.