amarquand / PCNtoolkit

Toolbox for normative modelling and spatial inference of neuroimaging data. https://pcntoolkit.readthedocs.io/en/latest/
GNU General Public License v3.0
113 stars 50 forks source link

Change the directory within the NormConf object #202

Open AuguB opened 6 months ago

AuguB commented 6 months ago

The NormConf object contains the paths to the save directory and the log directory, and those fields are immutable. The NormConf object can be re-used by different models, but then the save paths will be used and previous results may be overwritten and lost. If we want to change this, the log dir and save dir have to be changed with every model.

We can either: