pace-neutrons / Horace

Horace is a suite of programs for the visualization and analysis of large datasets from time-of-flight neutron inelastic scattering spectrometers.
https://pace-neutrons.github.io/Horace/stable/
GNU General Public License v3.0
7 stars 4 forks source link

delete tmp files when accumulate_sqw completes #1631

Closed abuts closed 4 months ago

abuts commented 5 months ago

recent changes (Re #1627) legalized sqw accumulation from tmp files. Unfortunately, when accumulate sqw completes, its leaves its tmp files.

This is wrong. When accumulate_sqw completes it should delete .tmp files if config option delete_tmp is true.

abuts commented 4 months ago

fixed through Re #1633