You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defcompetition_download(handle: str, path: Optional[str] =None, *, force_download: Optional[bool] =False) ->str:
"""Download competition dataset Args: handle: (string) the competition name path: (string) Optional path to a file within a competition dataset force_download: (bool) Optional flag to force download a competition dataset, even if it's cached Returns: A string requesting the path to the requested competition files. """
So far, the path argument has a different behaviour compared to that in dataset_download. I suggest having src_path and dest_path or something.