Skip to content

Commit 33c3a81

Browse files
committed
MAINT improve coverage: openml.datasets.functions
1 parent 585e09a commit 33c3a81

15 files changed

Lines changed: 1089 additions & 130 deletions

File tree

openml/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _setup():
5151
set_cache_directory(cache_dir, private_dir)
5252

5353

54-
def set_cache_directory(cachedir, privatedir):
54+
def set_cache_directory(cachedir, privatedir=None):
5555
"""Set module-wide cache directory.
5656
5757
Sets the cache directory into which to download datasets, tasks etc.

0 commit comments

Comments
 (0)