Skip to content

Commit 3da9ede

Browse files
committed
test fix
1 parent e4cad1b commit 3da9ede

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_tasks/test_task_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_get_task_lazy(self):
165165

166166
assert os.path.exists(
167167
os.path.join(
168-
openml.config.get_cache_directory(), "tasks", "2", "body.arff"
168+
openml.config.get_cache_directory(), "task", "2", "body.arff"
169169
)
170170
)
171171

@@ -215,7 +215,7 @@ def test_download_split(self):
215215
assert type(split) == OpenMLSplit
216216
assert os.path.exists(
217217
os.path.join(
218-
openml.config.get_cache_directory(), "tasks", "1", "body.arff"
218+
openml.config.get_cache_directory(), "task", "1", "body.arff"
219219
)
220220
)
221221

0 commit comments

Comments
 (0)