Skip to content

Commit

Permalink
Download data as was 0.14 behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Sep 19, 2024
1 parent 51b2659 commit 86a63d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tasks/test_task_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test__get_task_live(self):
openml.tasks.get_task(34536)

def test_get_task(self):
task = openml.tasks.get_task(1) # anneal; crossvalidation
task = openml.tasks.get_task(1, download_data=True) # anneal; crossvalidation
assert isinstance(task, OpenMLTask)
assert os.path.exists(
os.path.join(self.workdir, "org", "openml", "test", "tasks", "1", "task.xml")
Expand Down

0 comments on commit 86a63d4

Please sign in to comment.