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 fb20762 commit 074e0cfCopy full SHA for 074e0cf
1 file changed
openml/tasks/functions.py
@@ -278,7 +278,7 @@ def get_task(task_id):
278
tid_cache_dir = _create_task_cache_dir(task_id)
279
280
with lockutils.external_lock(
281
- name='datasets.functions.get_dataset:%d' % task_id,
+ name='task.functions.get_task:%d' % task_id,
282
lock_path=os.path.join(config.get_cache_directory(), 'locks'),
283
):
284
try:
0 commit comments