We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a851d commit 0a891feCopy full SHA for 0a891fe
src/sasctl/tasks.py
@@ -228,8 +228,11 @@ def get_version(x):
228
except ValueError:
229
# PyMAS creation failed, most likely because input data wasn't
230
# provided
231
+ logger.exception('Unable to inspect model %s', model)
232
+
233
warnings.warn('Unable to determine input/output variables. '
- ' Model variables will not be specified.')
234
+ ' Model variables will not be specified and some '
235
+ 'model functionality may not be available.')
236
else:
237
# Otherwise, the model better be a dictionary of metadata
238
assert isinstance(model, dict)
0 commit comments