Closed SEAJang closed 7 months ago
Plots not closing may cause run-time memory errors if too many plots are opened.
Close the plots once they are saved.
Reduce the potential for runtime memory issues due to plots being opened and not closed.
Manually tested with a simulation that previously gave the runtime warning.
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.