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 97cd382 commit d0706cbCopy full SHA for d0706cb
1 file changed
tests/test_evaluations/test_evaluation_functions.py
@@ -116,8 +116,7 @@ def test_evaluation_list_per_fold(self):
116
for run_id in evaluations.keys():
117
self.assertIsNotNone(evaluations[run_id].value)
118
self.assertIsNone(evaluations[run_id].values)
119
-
120
+
121
def test_evaluation_list_sort(self):
122
openml.config.server = self.test_server
123
size = 10
0 commit comments