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.
2 parents 9972795 + 4fe1e16 commit 13ae291Copy full SHA for 13ae291
brain/session/data/dataset.py
@@ -107,6 +107,7 @@ def dataset2dict(model_type, upload):
107
Draft4Validator(schema_svm()).validate(instance)
108
elif model_type == list_model_type[1]:
109
Draft4Validator(schema_svr()).validate(instance)
110
+ converted.extend(instance)
111
except Exception, error:
112
msg = "%s contains invalid syntax, with error: %s" % (
113
dataset['filename'],
0 commit comments