LDAR-Sim / LDAR_Sim

MIT License
11 stars 22 forks source link

<Fix> Potential runtime memory error due to plots #167

Closed SEAJang closed 7 months ago

SEAJang commented 7 months ago

Pull Request Key Information

Reason for change

Plots not closing may cause run-time memory errors if too many plots are opened.

What was changed

Close the plots once they are saved.

Intended Purpose

Reduce the potential for runtime memory issues due to plots being opened and not closed.

Testing Done

Manually tested with a simulation that previously gave the runtime warning.