Skip to content

Commit cb33c29

Browse files
committed
bugfix
1 parent ab98226 commit cb33c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/evaluations/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def list_evaluations(function, task_id):
77
"""Helper function to parse API calls which are lists of runs"""
88

9-
xml_string = _perform_api_call("evaluation/list/funtion/%s/task_id/%d" %(function, task_id))
9+
xml_string = _perform_api_call("evaluation/list/function/%s/task_id/%d" %(function, task_id))
1010

1111
evals_dict = xmltodict.parse(xml_string)
1212
# Minimalistic check if the XML is useful

0 commit comments

Comments
 (0)