LDAR-Sim / LDAR_Sim

MIT License
11 stars 20 forks source link

fix: Fixed summary output creation failure bug #236

Closed ThomasGalesloot closed 2 months ago

ThomasGalesloot commented 2 months ago

Pull Request Key Information

Reason for change

Summary output creation would sometimes fail due a bug in the code. This bug was caused by the code not properly handling renaming and keeping non-summary output files.

What was changed

Fixed code to rename and keep non-summary output files to prevent summary output creation failure.

Intended Purpose

Summary output creation will no longer fail due to a bug.

Level of version change required

Patch to next patch version

Testing Completed

Manual testing

All unit tests passing: unit_test_results.txt

Target Issue

N/A

Additional Information

N/A