Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Simulator Stepping Functionality #312

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

Eric-Vin
Copy link
Collaborator

@Eric-Vin Eric-Vin commented Nov 7, 2024

Description

Adds the ability to run simulations in a stepped mode, using a context manager.

Issue Link

N/A

Checklist

  • I have tested the changes locally via pytest and/or other means
  • I have added or updated relevant documentation
  • I have autoformatted the code with black and isort
  • I have added test cases (if applicable)

Additional Notes

N/A

@Eric-Vin Eric-Vin marked this pull request as draft November 7, 2024 01:09
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

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

Project coverage is 91.36%. Comparing base (4ae8ee2) to head (a452067).

Files with missing lines Patch % Lines
src/scenic/core/simulators.py 97.16% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #312      +/-   ##
==========================================
- Coverage   91.38%   91.36%   -0.02%     
==========================================
  Files          54       54              
  Lines       13555    13589      +34     
==========================================
+ Hits        12387    12416      +29     
- Misses       1168     1173       +5     
Files with missing lines Coverage Δ
src/scenic/core/simulators.py 96.55% <97.16%> (+0.05%) ⬆️

... and 4 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant