Variables | |
tuple | m |
Register default model. | |
tuple | user_path = GetConfigValue("UserModelsPath") |
tuple | user_path = os.path.expandvars(user_path) |
tuple python::register_models::m [static] |
Initial value:
The default model which provides the core functionality.
Other models should only need fine tune to experiment
specific needs.
"""GBSModel("default","The default model",description)
Definition at line 16 of file register_models.py.
tuple python::register_models::user_path = GetConfigValue("UserModelsPath") [static] |
Definition at line 31 of file register_models.py.
tuple python::register_models::user_path = os.path.expandvars(user_path) [static] |
Definition at line 33 of file register_models.py.