LDAR-Sim / LDAR_Sim

MIT License
11 stars 20 forks source link

fix: Fix error when running in debug mode #286

Closed ThomasGalesloot closed 1 month ago

ThomasGalesloot commented 1 month ago

Pull Request Key Information

Reason for change

An runtime error was preventing running in debug mode due to missing tuple unpacking in the simulation manager.

What was changed

Added tuple unpacking to the simulation manager to fix the error.

Intended Purpose

Describe the purpose of the pull request and what it aims to accomplish.

Level of version change required

Patch

Testing Completed

Manual testing

All unit tests pass: unit_test_results.txt

All E2E tests pass: V4-simple_repairable_emissions_6a4180ab4ca1fec2f05d86282c71ddf5ca2f1ba0.log V4_simple_non_repairable_emissions_6a4180ab4ca1fec2f05d86282c71ddf5ca2f1ba0.log

Target Issue

N/A

Additional Information

N/A