Config
- class tedeous.config.Config(*args)[source]
Bases:
object- set_parameter(parameter_string: str, value: Optional[Union[bool, float, int]])[source]
We may want to just change default config parameters manually, without loading the .json
We run checks to see we set them correctly
- Parameters:
parameter_string – string in format ‘module.parameter’.
value – value for the parameter.