File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 4747 "codecov" ,
4848 "pep8" ,
4949 "mypy" ,
50+ "openml"
5051 ],
5152 "examples" : [
5253 "matplotlib" ,
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ def callattr_ahead_of_alltests(request):
3333 the testing face, and it does so in a robust way, until the openml
3434 API provides the desired resources
3535 """
36- start_time = time .time ()
37-
3836 tasks_used = [
3937 146818 , # Australian
4038 2295 , # cholesterol
@@ -65,12 +63,7 @@ def callattr_ahead_of_alltests(request):
6563 break
6664 except Exception as e :
6765 if i == patience - 1 :
68- print ("Failed to preload openml dataset for testing after {} iters." .format (
69- patience
70- ))
7166 raise e
72-
73- print (f"Pre-Fetch of { len (tasks_used )} tasks took { time .time () - start_time } seconds..." )
7467 return
7568
7669
You can’t perform that action at this time.
0 commit comments