You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the file constants.py sets some values manually, loads the config/config.json (hardcoded) and sets global constants in python.
This should be redesigned, so that even more can be configured manually, defaulting to values which are not set.
The file config.json can be then expanded (if needed) accordingly.
In Addition to this: It should be more configurable using additional command line arguments as --configFold= and similar. (this will be added!)
I would be happy to hear more suggestions and Ideas!
Currently the file
constants.pysets some values manually, loads theconfig/config.json(hardcoded) and sets global constants in python.This should be redesigned, so that even more can be configured manually, defaulting to values which are not set.
The file
config.jsoncan be then expanded (if needed) accordingly.In Addition to this: It should be more configurable using additional command line arguments as
--configFold=and similar. (this will be added!)I would be happy to hear more suggestions and Ideas!