Skip to content

Commit 4c26cff

Browse files
committed
FIX merge issues
1 parent 0806855 commit 4c26cff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openml/runs/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ def run_task(task, model):
164164
'only works for tasks with class labels.')
165165
setup_string = _create_setup_string(model)
166166

167-
run = OpenMLRun(task.task_id, flow_id, setup_string, dataset.id)
167+
run = OpenMLRun(task_id=task.task_id, flow_id=flow_id,
168+
setup_string=setup_string, dataset_id=dataset.dataset_id)
168169
run.data_content = _run_task_get_arffcontent(model, task, class_labels)
169170

170171
# The model will not be uploaded at the moment, but used to get the

0 commit comments

Comments
 (0)