Skip to content

Commit e92f950

Browse files
committed
added comments
1 parent 4f6115f commit e92f950

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/test_runs/test_run_functions.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ def test_check_erronous_sklearn_flow_fails(self, sklearn_to_flow_mock):
126126
openml.runs.run_task, task=task, model=clf)
127127

128128
def test_run_and_upload(self):
129+
# This unit test is ment to test the following functions, using a varity of flows:
130+
# - openml.runs.run_task()
131+
# - openml.runs.OpenMLRun.publish()
132+
# - openml.runs.initialize_model()
133+
# - [implicitly] openml.setups.initialize_model_from_setup()
134+
# - openml.runs.initialize_model_from_trace()
129135
task_id = 119 # diabates dataset
130136
num_test_instances = 253 # 33% holdout task
131137
num_folds = 1 # because of holdout

0 commit comments

Comments
 (0)