invest/tests/test_datastack_modules/duplicate_filepaths.py

8 lines
148 B
Python

MODEL_SPEC = {
'model_id': 'duplicate_filepaths_model',
'args': {
'foo': {'type': 'file'},
'bar': {'type': 'file'},
}
}