Skip to content

Commit

Permalink
check only size not hash for S3 re-runs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jan 3, 2025
1 parent 375c7c5 commit fed7b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/oneibl/data_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def setUp(self, **_):
:return:
"""
df = super().getData()
self.one._check_filesystem(df)
self.one._check_filesystem(df, check_hash=False)

def uploadData(self, outputs, version, **kwargs):
"""
Expand Down

0 comments on commit fed7b2e

Please sign in to comment.