opengate icon indicating copy to clipboard operation
opengate copied to clipboard

Unify output directory

Open nkrah opened this issue 1 year ago • 1 comments

All output data should be written into a unique (per simulation) output directory unless the user specifies an absolute path. This output directory is set via the user info Simulation.output_dir which will be prepended to the relative user-provided path/filename.

nkrah avatar Nov 17 '23 08:11 nkrah

The general feature, namely that a Simulation object has an attribute output_dir, is now available in the master. We have to go through the code and make sure that anywhere output data is written, the path is passed through the Simulation.get_output_path() function ...

nkrah avatar Nov 27 '23 23:11 nkrah

#363

dsarrut avatar Sep 24 '24 18:09 dsarrut