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
DownloadData can skip downloading if the requested data already exists. That way it's safe to put a call to DownloadData at the beginning of a script, without the user doing any checks. This just requires testing the destination path's .exists(). Example (with an optional flag overwrite):
DownloadData can skip downloading if the requested data already exists. That way it's safe to put a call to DownloadData at the beginning of a script, without the user doing any checks. This just requires testing the destination path's
.exists()
. Example (with an optional flagoverwrite
):https://github.com/duetosymmetry/qnm/blob/9008d69b22d7bb708886cf8f5ffeef5fb5a29bf4/qnm/cached.py#L504-L534
The text was updated successfully, but these errors were encountered: