LDAR-Sim / LDAR_Sim

MIT License
11 stars 20 forks source link

Fix: Fix summary files overwrite bug #177

Closed ThomasGalesloot closed 5 months ago

ThomasGalesloot commented 5 months ago

Pull Request Key Information

Reason for change

Previously only simulation summary data from the most recent batch of simulations was being saved to the summary files. This was due to an overwrite bug in the summary_output_manager.py file where legacy summary data was not being properly retrieved and thus overwritten.

What was changed

Changed get legacy summary data to properly retrieve legacy summary data.

Intended Purpose

Bugfix

Level of version change required

N/A

Testing Completed

Manual

Target Issue

N/A

Additional Information

N/A