Skip to content

Commit 4fe1e16

Browse files
committed
#3099: dataset.py, add 'converted.extend(instance)'
1 parent 9972795 commit 4fe1e16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

brain/session/data/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def dataset2dict(model_type, upload):
107107
Draft4Validator(schema_svm()).validate(instance)
108108
elif model_type == list_model_type[1]:
109109
Draft4Validator(schema_svr()).validate(instance)
110+
converted.extend(instance)
110111
except Exception, error:
111112
msg = "%s contains invalid syntax, with error: %s" % (
112113
dataset['filename'],

0 commit comments

Comments
 (0)