Closed csmangum closed 1 week ago
Fixes #11
Fix the simulation playback to continue until all available data points are visualized.
visualization.py
_play_simulation
_step_to
_update_charts
tests/test_simulation.py
For more details, open the Copilot Workspace session.
Fixes #11
Fix the simulation playback to continue until all available data points are visualized.
visualization.py
_play_simulation
method to ensure playback continues until the last step with data._step_to
method to handle cases where steps are missing or incomplete._update_charts
method to ensure playback reaches the end of the dataset.tests/test_simulation.py
For more details, open the Copilot Workspace session.