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
When requesting data files from hydra, contained in the 'projectdata', it downloads the files without first checking that they exist locally, resulting in it re-downloading the same files over and over.
We should add a check to first see if the file exists locally and is the same size in KB as the file on S3. Then ignore if this is the case
The text was updated successfully, but these errors were encountered:
When requesting data files from hydra, contained in the 'projectdata', it downloads the files without first checking that they exist locally, resulting in it re-downloading the same files over and over.
We should add a check to first see if the file exists locally and is the same size in KB as the file on S3. Then ignore if this is the case
The text was updated successfully, but these errors were encountered: