dieterpy.config package
Submodules
dieterpy.config.global_config module
This module contains the default names of variables. It mainly contains folders’ names that other modules will use to link the data.
dieterpy.config.setting module
LoadSettings class contains the default values of global variables and include methods to change them. The main objective of this class is to be able to obtain such variables from any module.
Module contents
This module consists of creating an object that can be called from any other module. The “setting” instance will provide preset variables. The current implementation has names of folders and results that can be obtained in the global_config.py file. An advanced user can edit the default values of variables by accessing the settings instance.