next-exp / nexus

Geant4 simulation framework of the NEXT Collaboration
5 stars 55 forks source link

Modify code and tests to avoid creating output files when tests run #211

Closed paolafer closed 10 months ago

paolafer commented 10 months ago

This PR modifies tests and a few classes to prevent tests from creating permanent files. Now said files (hdf5 and csv) are created in a temporary directory, which is deleted at the end of the test run.