LDAR-Sim / LDAR_Sim

MIT License
11 stars 22 forks source link

<Fix>: Rework program_output #192

Closed SEAJang closed 5 months ago

SEAJang commented 5 months ago

Pull Request Key Information

Reason for change

Program output manager should not be passed into objects that it should own. Circular references could exist in the original code

What was changed

Move the portion of code that required the program manager outside, and remove the need to pass in the program manager.

Intended Purpose

Potential circular referencing is removed.

Testing Completed

All unit tests pass result.txt Manually ran simple test case