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 d475897 commit 3b53bb0Copy full SHA for 3b53bb0
1 file changed
tests/test_apiconnector.py
@@ -27,11 +27,6 @@ class TestAPIConnector(unittest.TestCase):
27
"""
28
29
def setUp(self):
30
- config_file = os.path.expanduser('~/.openml/config')
31
- if not os.path.exists(config_file):
32
- raise Exception("OpenML config file required to run unit tests. "
33
- "See https://github.com/openml/OpenML/wiki/Client-API")
34
-
35
self.cwd = os.getcwd()
36
workdir = os.path.dirname(os.path.abspath(__file__))
37
self.workdir = os.path.join(workdir, "tmp")
0 commit comments