BerkeleyLearnVerify / Scenic

A compiler and scenario generator for the Scenic scenario description language.
https://scenic-lang.org/
Other
274 stars 92 forks source link

feat: enable dynamic scenario termination from closing display #249

Open abanuelo opened 5 months ago

abanuelo commented 5 months ago

Description

Feature that allows users to manually close out a dynamic scenario by closing out the display via the UI and continue subsequent simulations to continue. Here is a video illustrating the working changes

https://github.com/BerkeleyLearnVerify/Scenic/assets/32311654/a6b7d7e5-71b6-4580-b7a7-8b33d3e4da58

Issue Link

Checklist

Additional Notes

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 86.14%. Comparing base (d846a15) to head (5f50fe4).

Files Patch % Lines
src/scenic/simulators/newtonian/simulator.py 60.00% 2 Missing :warning:
src/scenic/core/simulators.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #249 +/- ## ========================================== + Coverage 86.10% 86.14% +0.04% ========================================== Files 144 144 Lines 24984 25000 +16 ========================================== + Hits 21512 21536 +24 + Misses 3472 3464 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.