Skip to content

Commit 9dd447f

Browse files
No print allow
1 parent cbc7e09 commit 9dd447f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"codecov",
4848
"pep8",
4949
"mypy",
50+
"openml"
5051
],
5152
"examples": [
5253
"matplotlib",

test/conftest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)