invest/tests/test_datastack_modules/simple_parameters.py

11 lines
296 B
Python

MODEL_SPEC = {
'model_id': 'simple_model',
'args': {
'a': {'type': 'integer'},
'b': {'type': 'freestyle_string'},
'c': {'type': 'freestyle_string'},
'd': {'type': 'freestyle_string'},
'workspace_dir': {'type': 'directory', 'contents': {}},
}
}